API17:JAccess::checkGroup
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JAccess::checkGroup
Description
Method to check if a group is authorised to perform an action, optionally on an asset.
Description:JAccess::checkGroup [Edit Descripton]
Since
Synopsis
public static JAccess::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. |
Returns
boolean True if authorised.
Defined in
libraries/joomla/access/access.php (line 79)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
