PHP 클래스 A1_Driver_Mango

저자: avis ([email protected])
상속: extends A1, implements A1_Driver_Interface
파일 보기 프로젝트 열기: wouterrr/a1

보호된 메소드들

메소드 설명
_get_failed_attempts ( $user ) : void Returns the number of failed login attempts
_increment_failed_attempts ( $user ) : void Increment the number of failed login attempts since last successfull login
_increment_logins ( $user ) : void Increment the number of logins of the user by 1
_load_user ( $username ) : object Loads the user object from database using username
_save_user ( $user ) : void Saves the user object

메소드 상세

_get_failed_attempts() 보호된 메소드

Returns the number of failed login attempts
protected _get_failed_attempts ( $user ) : void
리턴 void

_increment_failed_attempts() 보호된 메소드

Increment the number of failed login attempts since last successfull login
protected _increment_failed_attempts ( $user ) : void
리턴 void

_increment_logins() 보호된 메소드

Increment the number of logins of the user by 1
protected _increment_logins ( $user ) : void
리턴 void

_load_user() 보호된 메소드

Loads the user object from database using username
protected _load_user ( $username ) : object
리턴 object User Object

_save_user() 보호된 메소드

Saves the user object
protected _save_user ( $user ) : void
리턴 void