Inheritance diagram for IniAcl:

Public Member Functions | |
| __construct () | |
| arrayTrim ($array) | |
| check ($aro, $aco, $aco_action=null) | |
| readConfigFile ($fileName) | |
Public Attributes | |
| $config = null | |
Definition at line 460 of file acl.php.
| IniAcl::__construct | ( | ) |
| 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).
| string | $aro ARO | |
| string | $aco ACO | |
| string | $aco_action Action |
Reimplemented from AclBase.
Definition at line 484 of file acl.php.
References DbAcl::allow(), config(), DbAcl::deny(), and groups.
| IniAcl::readConfigFile | ( | $ | fileName | ) |
1.4.7