PHP 클래스 Wallabag\UserBundle\Entity\User

상속: extends FOS\UserBundle\Model\User, implements Scheb\TwoFactorBundle\Model\Email\TwoFactorInterface, implements Scheb\TwoFactorBundle\Model\TrustedComputerInterface
파일 보기 프로젝트 열기: wallabag/wallabag 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$createdAt date
$entries
$id integer
$name string
$updatedAt date

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addEntry() 공개 메소드

public addEntry ( Entry $entry ) : User
$entry Wallabag\CoreBundle\Entity\Entry
리턴 User

addTrustedComputer() 공개 메소드

public addTrustedComputer ( $token, DateTime $validUntil )
$validUntil DateTime

getConfig() 공개 메소드

Get config.
public getConfig ( ) : Config
리턴 Wallabag\CoreBundle\Entity\Config

getCreatedAt() 공개 메소드

public getCreatedAt ( ) : string
리턴 string

getEmailAuthCode() 공개 메소드

public getEmailAuthCode ( )

getEntries() 공개 메소드

public getEntries ( ) : ArrayCollection
리턴 ArrayCollection

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

getUpdatedAt() 공개 메소드

public getUpdatedAt ( ) : string
리턴 string

isEmailAuthEnabled() 공개 메소드

public isEmailAuthEnabled ( )

isEqualTo() 공개 메소드

public isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user )
$user Symfony\Component\Security\Core\User\UserInterface

isTrustedComputer() 공개 메소드

public isTrustedComputer ( $token )

isTwoFactorAuthentication() 공개 메소드

setConfig() 공개 메소드

Set config.
public setConfig ( Config $config = null ) : User
$config Wallabag\CoreBundle\Entity\Config
리턴 User

setEmailAuthCode() 공개 메소드

public setEmailAuthCode ( $authCode )

setName() 공개 메소드

Set name.
public setName ( string $name ) : User
$name string
리턴 User

setTwoFactorAuthentication() 공개 메소드

public setTwoFactorAuthentication ( boolean $twoFactorAuthentication )
$twoFactorAuthentication boolean

timestamps() 공개 메소드

public timestamps ( )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$createdAt 보호되어 있는 프로퍼티

protected date $createdAt
리턴 date

$entries 보호되어 있는 프로퍼티

protected $entries

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$updatedAt 보호되어 있는 프로퍼티

protected date $updatedAt
리턴 date