Trait Base
Trait for \MvcCore\Ext\Auths\Basics\User
class. Trait contains:
- Instance properties $aserName
, $fullName
and $passwordHash
with their public getters and setters.
Direct Known Users
MvcCore\Ext\Auths\Basics\User\FeaturesLocated at ext-auth-basic/src/MvcCore/Ext/Auths/Basics/User/Base.php
public
|
#
GetUserName( )
Unique user name to log in. It could be email,
unique user name or anything uniquelse.
Example: |
public
|
#
SetUserName( string $userName )
Set unique user name to log in. It could be email,
unique user name or anything uniquelse.
Example: |
public
|
#
GetFullName( )
User full name string to display in application
for authenticated user at sign out button.
Example: |
public
|
#
SetFullName( string $fullName )
Set user full name string to display in application
for authenticated user at sign out button.
Example: |
public
|
#
GetPasswordHash( )
Password hash, usually |
public
|
#
SetPasswordHash( string|null $passwordHash )
Set password hash, usually |
protected
|
$userName
|
#
NULL
|
protected
|
$fullName
|
#
NULL
|
protected
|
$passwordHash
|
#
NULL
|