User
class User (View source)
Methods
__construct(int $id, string $password, bool $useLdap)
No description
int
getId()
No description
string
getPassword()
No description
string
getHashedPassword()
Get the hashed password for authentication purposes This is an alias for getPassword() to match the method name used in authentication
bool
isLdapUser()
No description
Details
__construct(int $id, string $password, bool $useLdap)
No description
int
getId()
No description
string
getPassword()
No description
string
getHashedPassword()
Get the hashed password for authentication purposes This is an alias for getPassword() to match the method name used in authentication
bool
isLdapUser()
No description