PHP 클래스 Cartalyst\Sentinel\Checkpoints\NotActivatedException

상속: extends RuntimeExceptio\RuntimeException
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$user Cartalyst\Sentinel\Users\UserInterface The user which caused the exception.

공개 메소드들

메소드 설명
getUser ( ) : Cartalyst\Sentinel\Users\UserInterface Returns the user.
setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void Sets the user associated with Sentinel (does not log in).

메소드 상세

getUser() 공개 메소드

Returns the user.
public getUser ( ) : Cartalyst\Sentinel\Users\UserInterface
리턴 Cartalyst\Sentinel\Users\UserInterface

setUser() 공개 메소드

Sets the user associated with Sentinel (does not log in).
public setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void
$user Cartalyst\Sentinel\Users\UserInterface
리턴 void

프로퍼티 상세

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

The user which caused the exception.
protected UserInterface,Cartalyst\Sentinel\Users $user
리턴 Cartalyst\Sentinel\Users\UserInterface