API17:JAccess::getGroupPath
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::getGroupPath
Description
Gets the parent groups that a leaf group belongs to in its branch back to the root of the tree (including the leaf group id).
Description:JAccess::getGroupPath [Edit Descripton]
Since
Synopsis
protected static JAccess::getGroupPath ($groupId)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $groupId | mixed | An integer or array of integers representing the identities to check. |
Returns
mixed True if allowed, false for an explicit deny, null for an implicit deny.
Defined in
libraries/joomla/access/access.php (line 111)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
