Inheritance diagram for AclNode:

Public Member Functions | |
| __construct () | |
| node ($ref=null) | |
Public Attributes | |
| $actsAs = array('Tree' => 'nested') | |
| $cacheQueries = false | |
Definition at line 40 of file db_acl.php.
| AclNode::__construct | ( | ) |
Constructor
Reimplemented from Overloadable.
Definition at line 59 of file db_acl.php.
References $config, __construct(), and Configure::read().
| AclNode::node | ( | $ | ref = null |
) |
Retrieves the Aro/Aco node for this model
| mixed | $ref Array with 'model' and 'foreign_key', model object, or string value |
Definition at line 73 of file db_acl.php.
References Model::$alias, Model::$name, $path, Model::$table, ConnectionManager::getDataSource(), ClassRegistry::init(), name(), order, pluralize(), and underscore().
| AclNode::$actsAs = array('Tree' => 'nested') |
| AclNode::$cacheQueries = false |
1.4.7