INI_ACL Class Reference
Inheritance diagram for INI_ACL:

Public Member Functions | |
| arrayTrim ($array) | |
| check ($aro, $aco, $aco_action=null) | |
| readConfigFile ($fileName) | |
Public Attributes | |
| $config = null | |
Detailed Description
Definition at line 498 of file acl.php.
Member Function Documentation
| INI_ACL::arrayTrim | ( | $ | array | ) |
| INI_ACL::check | ( | $ | aro, | |
| $ | aco, | |||
| $ | aco_action = null | |||
| ) |
Main ACL check function. Checks to see if the ARO (access request object) has access to the ACO (access control object). Looks at the acl.ini.php file for permissions (see instructions in /config/acl.ini.php).
- Parameters:
-
string $aro ARO string $aco ACO string $aco_action Action
- Returns:
- boolean Success public
Reimplemented from AclBase.
Definition at line 522 of file acl.php.
References allow, arrayTrim(), config(), deny, groups, and readConfigFile().
| INI_ACL::readConfigFile | ( | $ | fileName | ) |
Member Data Documentation
The documentation for this class was generated from the following file:
- /cake_1.2.0.6311-beta/cake/libs/controller/components/acl.php