PHP Class Acl\Model\Table\AclNodesTable

Inheritance: extends Cake\ORM\Table
Show file Open project: cakephp/acl Class Usage Examples

Public Methods

Method Description
defaultConnectionName ( ) : void {@inheritDoc}
node ( string | array | Model $ref = null ) : array Retrieves the Aro/Aco node for this model

Method Details

defaultConnectionName() public static method

{@inheritDoc}
public static defaultConnectionName ( ) : void
return void

node() public method

Retrieves the Aro/Aco node for this model
public node ( string | array | Model $ref = null ) : array
$ref string | array | Model Array with 'model' and 'foreign_key', model object, or string value
return array Node found in database