PHP Class Acl\Model\Table\AclNodesTable

Inheritance: extends Cake\ORM\Table
Afficher le fichier Open project: cakephp/acl Class Usage Examples

Méthodes publiques

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

Method Details

defaultConnectionName() public static méthode

{@inheritDoc}
public static defaultConnectionName ( ) : void
Résultat void

node() public méthode

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
Résultat array Node found in database