PHP Class app\models\forms\LdapLoginForm

Inheritance: extends app\models\forms\LoginForm
Afficher le fichier Open project: meolu/walle-web Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $configs )
getUser ( )
login ( ) : boolean Logs in a user using the provided username and password.

Private Methods

Méthode Description
bind ( )
getConn ( )
register ( array $data )

Method Details

__construct() public méthode

public __construct ( array $configs )
$configs array

getUser() public méthode

public getUser ( )

login() public méthode

Logs in a user using the provided username and password.
public login ( ) : boolean
Résultat boolean whether the user is logged in successfully