PHP Trait CakeDC\Users\Controller\Traits\CustomUsersTableTrait

Show file Open project: cakedc/users

Protected Properties

Property Type Description
$_usersTable

Public Methods

Method Description
getUsersTable ( ) : Table Gets the users table instance
setUsersTable ( Table $table ) : void Set the users table

Method Details

getUsersTable() public method

Gets the users table instance
public getUsersTable ( ) : Table
return Cake\ORM\Table

setUsersTable() public method

Set the users table
public setUsersTable ( Table $table ) : void
$table Cake\ORM\Table table
return void

Property Details

$_usersTable protected property

protected $_usersTable