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

Parameters

int $id
string $password
bool $useLdap

int getId()

No description

Return Value

int

string getPassword()

No description

Return Value

string

string getHashedPassword()

Get the hashed password for authentication purposes This is an alias for getPassword() to match the method name used in authentication

Return Value

string

The hashed password

bool isLdapUser()

No description

Return Value

bool