API17:JAccess::check
From Joomla! Documentation
JAccess::check
Description
Method to check if a user is authorised to perform an action, optionally on an asset.
public static function check (
$userId
$action
$asset=null
)
Parameter | Type | Default | Description |
---|---|---|---|
$userId | integer | Id of the user 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 on line 44 of libraries/joomla/access/access.php
- Since
- Referenced by
See also
JAccess::check source code on BitBucket
Class JAccess
Subpackage Access
- Other versions of JAccess::check
User contributed notes
Code Examples