AclNode Class Reference

Inheritance diagram for AclNode:

AppModel Model Model Overloadable Overloadable Object Object Object Object Aco Aro

List of all members.


Public Member Functions

 node ($ref=null)

Public Attributes

 $actsAs = array('Tree' => 'nested')
 $cacheQueries = false

Detailed Description

Definition at line 45 of file db_acl.php.


Member Function Documentation

AclNode::node ( ref = null  ) 

Retrieves the Aro/Aco node for this model

Parameters:
mixed $ref Array with 'model' and 'foreign_key', model object, or string value
Returns:
array Node found in database public

Definition at line 78 of file db_acl.php.

References Model::$alias, Model::$name, Model::$table, ConnectionManager::getDataSource(), ClassRegistry::init(), order, Inflector::pluralize(), and Inflector::underscore().


Member Data Documentation

AclNode::$actsAs = array('Tree' => 'nested')

Reimplemented from Model.

Definition at line 59 of file db_acl.php.

AclNode::$cacheQueries = false

Reimplemented from Model.

Definition at line 52 of file db_acl.php.


The documentation for this class was generated from the following file: