IniAcl Class Reference
Inheritance diagram for IniAcl:

Public Member Functions | |
| arrayTrim ($array) | |
| check ($aro, $aco, $aco_action=null) | |
| readConfigFile ($fileName) | |
Public Attributes | |
| $config = null | |
Detailed Description
Definition at line 502 of file acl.php.
Member Function Documentation
| IniAcl::arrayTrim | ( | $ | array | ) |
| IniAcl::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 526 of file acl.php.
References allow, arrayTrim(), config(), deny, groups, and readConfigFile().
| IniAcl::readConfigFile | ( | $ | fileName | ) |
Member Data Documentation
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/libs/controller/components/acl.php