class User (View source)

Methods

string
username()

No description

string
displayName()

No description

array
groups()

No description

array
roles()

No description

setUsername(string $username)

No description

setPassword(string $password)

No description

setDisplayName(string $name)

No description

setGroups(array $groups)

No description

setRoles(array $roles)

No description

Details

string username()

No description

Return Value

string

string displayName()

No description

Return Value

string

array groups()

No description

Return Value

array

array roles()

No description

Return Value

array

User setUsername(string $username)

No description

Parameters

string $username

Return Value

User

User setPassword(string $password)

No description

Parameters

string $password

Return Value

User

User setDisplayName(string $name)

No description

Parameters

string $name

Return Value

User

User setGroups(array $groups)

No description

Parameters

array $groups

Return Value

User

User setRoles(array $roles)

No description

Parameters

array $roles

Return Value

User