프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
public loadModel ( ) : User | ||
리턴 | User | the model. |
public updateLastActiveAt ( ) : boolean | ||
리턴 | boolean | whether the update was successful. |
public updateLastLoginAt ( ) : boolean | ||
리턴 | boolean | whether the update was successful. |