PHP Class app\models\LdapUser

Inheritance: extends User
Afficher le fichier Open project: meolu/walle-web

Méthodes publiques

Méthode Description
getId ( )
setId ( $id )
tableName ( )
validatePassword ( string $password ) : boolean Validates password

Private Methods

Méthode Description
generate_password ( $password, $encryptionType )
random_salt ( $length )

Method Details

getId() public méthode

public getId ( )

setId() public méthode

public setId ( $id )

tableName() public static méthode

public static tableName ( )

validatePassword() public méthode

Validates password
public validatePassword ( string $password ) : boolean
$password string password to validate
Résultat boolean if password provided is valid for current user