Inheritance diagram for AclBehavior:

Public Member Functions | |
| afterDelete (&$model) | |
| afterSave (&$model, $created) | |
| node (&$model, $ref=null) | |
| setup (&$model, $config=array()) | |
Public Attributes | |
| $__typeMaps = array('requester' => 'Aro', 'controlled' => 'Aco') | |
Definition at line 35 of file acl.php.
| AclBehavior::afterDelete | ( | &$ | model | ) |
Destroys the ARO/ACO node bound to the deleted record
Reimplemented from ModelBehavior.
Definition at line 110 of file acl.php.
References Set::extract(), and name().
| AclBehavior::afterSave | ( | &$ | model, | |
| $ | created | |||
| ) |
Creates a new ARO/ACO node bound to this record
| boolean | $created True if this is a new record |
Reimplemented from ModelBehavior.
Definition at line 86 of file acl.php.
References name().
| AclBehavior::node | ( | &$ | model, | |
| $ | ref = null | |||
| ) |
| AclBehavior::setup | ( | &$ | model, | |
| $ | config = array() | |||
| ) |
Sets up the configuation for the model, and loads ACL models if they haven't been already
| mixed | $config |
Reimplemented from ModelBehavior.
1.4.7