메소드 |
설명 |
|
__construct ( ) |
|
|
addEntry ( Entry $entry ) : User |
|
|
addTrustedComputer ( $token, DateTime $validUntil ) |
|
|
getConfig ( ) : Config |
Get config. |
|
getCreatedAt ( ) : string |
|
|
getEmailAuthCode ( ) |
|
|
getEntries ( ) : ArrayCollection |
|
|
getName ( ) : string |
Get name. |
|
getUpdatedAt ( ) : string |
|
|
isEmailAuthEnabled ( ) |
|
|
isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user ) |
|
|
isTrustedComputer ( $token ) |
|
|
isTwoFactorAuthentication ( ) : boolean |
|
|
setConfig ( Config $config = null ) : User |
Set config. |
|
setEmailAuthCode ( $authCode ) |
|
|
setName ( string $name ) : User |
Set name. |
|
setTwoFactorAuthentication ( boolean $twoFactorAuthentication ) |
|
|
timestamps ( ) |
|
|