API17

API17:JAccess::checkGroup

From Joomla! Documentation

Joomla 11.1 JAccess::checkGroup

Description

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


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


User contributed notes

Code Examples