Inheritance diagram for AclComponent:

Public Member Functions | |
| __construct () | |
| _initACL () | |
| allow ($aro, $aco, $action="*") | |
| check ($aro, $aco, $action="*") | |
| deny ($aro, $aco, $action="*") | |
| grant ($aro, $aco, $action="*") | |
| inherit ($aro, $aco, $action="*") | |
| revoke ($aro, $aco, $action="*") | |
| startup (&$controller) | |
Public Attributes | |
| $_Instance = null | |
Definition at line 35 of file acl.php.
| AclComponent::__construct | ( | ) |
Constructor. Will return an instance of the correct ACL class.
Reimplemented from Object.
Definition at line 47 of file acl.php.
References __(), camelize(), App::import(), and Configure::read().
| AclComponent::_initACL | ( | ) |
| AclComponent::allow | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::check | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::deny | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::grant | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::inherit | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::revoke | ( | $ | aro, | |
| $ | aco, | |||
| $ | action = "*" | |||
| ) |
| AclComponent::startup | ( | &$ | controller | ) |
Startup is not used
| object | $controller Controller using this component |
1.4.7