Method |
Description |
|
__construct ( ) |
Constructor |
|
allow ( string $aro, string $aco, string $action = "*" ) : void |
No op method, allow cannot be done with IniAcl |
|
arrayTrim ( array $array ) : array |
Removes trailing spaces on all array elements (to prepare for searching) |
|
check ( string $aro, string $aco, string $action = null ) : boolean |
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 file for permissions
(see instructions in /config/acl.ini). |
|
deny ( string $aro, string $aco, string $action = "*" ) : void |
No op method, deny cannot be done with IniAcl |
|
inherit ( string $aro, string $aco, string $action = "*" ) : void |
No op method, inherit cannot be done with IniAcl |
|
initialize ( Component $component ) : void |
Initialize method |
|
readConfigFile ( string $filename ) : array |
Parses an INI file and returns an array that reflects the
INI file's section structure. Double-quote friendly. |
|