PHP Class app\models\forms\LdapLoginForm

Inheritance: extends app\models\forms\LoginForm
Show file Open project: meolu/walle-web Class Usage Examples

Public Methods

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

Private Methods

Method Description
bind ( )
getConn ( )
register ( array $data )

Method Details

__construct() public method

public __construct ( array $configs )
$configs array

getUser() public method

public getUser ( )

login() public method

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