JAuthorization::acl check/1.5
From Joomla! Documentation
JAuthorization::acl_check
Description
Wraps the actual acl_query() function.
Description:JAuthorization::acl check [Edit Descripton]
public function acl_check ( $aco_section_value $aco_value $aro_section_value $aro_value $axo_section_value=NULL $axo_value=NULL $root_aro_group=NULL $root_axo_group=NULL )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $aco_section_value | string | The ACO section value | |
| $aco_value | string | The ACO value | |
| $aro_section_value | string | The ARO section value | |
| $aro_value | string | The ARO section | |
| $axo_section_value | string | NULL | The AXO section value (optional) |
| $axo_value | string | NULL | The AXO section value (optional) |
| $root_aro_group | integer | NULL | The group id of the ARO ??Mike?? (optional) |
| $root_axo_group | integer | NULL | The group id of the AXO ??Mike?? (optional) |
- Returns mixed Generally a zero (0) or (1) or the extended return value of the ACL
- Defined on line 271 of libraries/joomla/user/authorization.php
See also
-
JAuthorization::acl_check on api.joomla.org
-
JAuthorization source code on JoomlaCode
-
Class JAuthorization
-
Subpackage User
- Other versions of JAuthorization::acl_check
SeeAlso:JAuthorization::acl check [Edit See Also]
User contributed notes
<CodeExamplesForm />