Свойство | Type | Description | |
---|---|---|---|
$config | |||
$createdAt | date | ||
$entries | |||
$id | integer | ||
$name | string | ||
$updatedAt | date |
Méthode | Description | |
---|---|---|
__construct ( ) | ||
addEntry ( |
||
addTrustedComputer ( $token, DateTime $validUntil ) | ||
getConfig ( ) : |
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 ( |
Set config. | |
setEmailAuthCode ( $authCode ) | ||
setName ( string $name ) : |
Set name. | |
setTwoFactorAuthentication ( boolean $twoFactorAuthentication ) | ||
timestamps ( ) |
public addEntry ( |
||
$entry | ||
Résultat |
public addTrustedComputer ( $token, DateTime $validUntil ) | ||
$validUntil | DateTime |
public getConfig ( ) : |
||
Résultat |
public isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user ) | ||
$user | Symfony\Component\Security\Core\User\UserInterface |
public isTwoFactorAuthentication ( ) : boolean | ||
Résultat | boolean |
public setConfig ( |
||
$config | ||
Résultat |
public setTwoFactorAuthentication ( boolean $twoFactorAuthentication ) | ||
$twoFactorAuthentication | boolean |