PHP 트레잇 CakeDC\Users\Controller\Traits\CustomUsersTableTrait

파일 보기 프로젝트 열기: cakedc/users

보호된 프로퍼티들

프로퍼티 타입 설명
$_usersTable

공개 메소드들

메소드 설명
getUsersTable ( ) : Table Gets the users table instance
setUsersTable ( Table $table ) : void Set the users table

메소드 상세

getUsersTable() 공개 메소드

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

setUsersTable() 공개 메소드

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

프로퍼티 상세

$_usersTable 보호되어 있는 프로퍼티

protected $_usersTable