JUser::authorise/1.6
From Joomla! Documentation
JUser::authorise
Description
Method to check object authorisation against an access control object and optionally an access extension object.
Description:JUser::authorise [Edit Descripton]
public function authorise ( $action $assetname=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $action | string | The name of the action to check for permission. | |
| $assetname | string | null | The name of the asset on which to perform the action. |
See also
JUser source code on JoomlaCode
Class JUser
Subpackage User- Other versions of JUser::authorise
SeeAlso:JUser::authorise [Edit See Also]