JUser::authorize/1.5
From Joomla! Documentation
JUser::authorize
Description
Method to check object authorization against an access control object and optionally an access extension object.
Description:JUser::authorize [Edit Descripton]
public function authorize ( $acoSection $aco $axoSection=null $axo=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $acoSection | string | The ACO section value | |
| $aco | string | The ACO value | |
| $axoSection | string | null | The AXO section value [optional] |
| $axo | string | null | The AXO value [optional] |
See also
-
JUser::authorize on api.joomla.org
-
JUser source code on JoomlaCode
-
Class JUser
-
Subpackage User
- Other versions of JUser::authorize
SeeAlso:JUser::authorize [Edit See Also]
User contributed notes
<CodeExamplesForm />