API17

Difference between revisions of "JAccess::checkGroup"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 42: Line 42:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JFormFieldRules::getInput/11.1|JFormFieldRules::getInput]]
+
** [[API17:JFormFieldRules::getInput|JFormFieldRules::getInput]]
** [[JUser::save/11.1|JUser::save]]
+
** [[API17:JUser::save|JUser::save]]
** [[JHtmlAccess::usergroups/11.1|JHtmlAccess::usergroups]]
+
** [[API17:JHtmlAccess::usergroups|JHtmlAccess::usergroups]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JAccess::checkGroup source code''' on [[jplatform:access/access.php#cl-71|BitBucket]]
 
* {{JVer|11.1}} '''JAccess::checkGroup source code''' on [[jplatform:access/access.php#cl-71|BitBucket]]
* {{JVer|11.1}} Class [[JAccess/11.1|JAccess]]
+
* {{JVer|11.1}} Class [[API17:JAccess|JAccess]]
* {{JVer|11.1}} Subpackage [[Subpackage_Access/11.1|Access]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]]
* [[JAccess::checkGroup|Other versions of JAccess::checkGroup]]
+
* [[API17:JAccess::checkGroup|Other versions of JAccess::checkGroup]]
 
{{SeeAlso:JAccess::checkGroup}}
 
{{SeeAlso:JAccess::checkGroup}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:33, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JAccess::checkGroup[edit]

Description[edit]

Method to check if a group is authorised to perform an action, optionally on an asset.

Template:Description:JAccess::checkGroup [Edit Descripton]

public static function checkGroup (
        $groupId
        $action
        $asset=null
)
Parameter Type Default Description
$groupId integer The path to the group for which to check authorisation.
$action string The name of the action to authorise.
$asset mixed null Integer asset id or the name of the asset as a string. Defaults to the global asset node.

See also[edit]

Template:SeeAlso:JAccess::checkGroup [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />