PHP Trait CakeDC\Users\Controller\Traits\CustomUsersTableTrait

Afficher le fichier Open project: cakedc/users

Protected Properties

Свойство Type Description
$_usersTable

Méthodes publiques

Méthode Description
getUsersTable ( ) : Table Gets the users table instance
setUsersTable ( Table $table ) : void Set the users table

Method Details

getUsersTable() public méthode

Gets the users table instance
public getUsersTable ( ) : Table
Résultat Cake\ORM\Table

setUsersTable() public méthode

Set the users table
public setUsersTable ( Table $table ) : void
$table Cake\ORM\Table table
Résultat void

Property Details

$_usersTable protected_oe property

protected $_usersTable