PHP 클래스 Cartalyst\Sentinel\Persistences\EloquentPersistence

상속: extends Illuminate\Database\Eloquent\Model, implements PersistenceInterface
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$table {@inheritDoc}
$usersModel string The users model name.

공개 메소드들

메소드 설명
getUsersModel ( ) : string Get the users model.
setUsersModel ( string $usersModel ) : void Set the users model.
user ( ) {@inheritDoc}

메소드 상세

getUsersModel() 공개 정적인 메소드

Get the users model.
public static getUsersModel ( ) : string
리턴 string

setUsersModel() 공개 정적인 메소드

Set the users model.
public static setUsersModel ( string $usersModel ) : void
$usersModel string
리턴 void

user() 공개 메소드

{@inheritDoc}
public user ( )

프로퍼티 상세

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

{@inheritDoc}
protected $table

$usersModel 보호되어 있는 정적으로 프로퍼티

The users model name.
protected static string $usersModel
리턴 string