PHP 클래스 WebUser

상속: extends Eloquent
파일 보기 프로젝트 열기: crisu83/yii-app 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_model

공개 메소드들

메소드 설명
getId ( )
init ( )
loadModel ( ) : User Loads the user model for the logged in user.
updateLastActiveAt ( ) : boolean Updates the users last active at field.
updateLastLoginAt ( ) : boolean Updates the users last login at field.

메소드 상세

getId() 공개 메소드

public getId ( )

init() 공개 메소드

public init ( )

loadModel() 공개 메소드

Loads the user model for the logged in user.
public loadModel ( ) : User
리턴 User the model.

updateLastActiveAt() 공개 메소드

Updates the users last active at field.
public updateLastActiveAt ( ) : boolean
리턴 boolean whether the update was successful.

updateLastLoginAt() 공개 메소드

Updates the users last login at field.
public updateLastLoginAt ( ) : boolean
리턴 boolean whether the update was successful.

프로퍼티 상세

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

protected $_model