PHP 클래스 WellCommerce\Bundle\AdminBundle\Entity\User

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\AdminBundle\Entity\UserInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\AppBundle\Doctrine\ORM\Behaviours\EnableableTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$apiKey string
$email string
$firstName string
$groups Doctrine\Common\Collections\Collection
$lastName string
$password string
$roles Doctrine\Common\Collections\Collection
$salt string
$username string

공개 메소드들

메소드 설명
__toString ( ) : string
addRole ( WellCommerce\Bundle\AdminBundle\Entity\RoleInterface $role )
eraseCredentials ( )
getApiKey ( ) : string
getEmail ( ) : string
getFirstName ( ) : string
getGroups ( ) : Doctrine\Common\Collections\Collection
getLastName ( ) : string
getPassword ( )
getRoles ( )
getSalt ( )
getUsername ( )
isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user )
serialize ( )
setApiKey ( string $apiKey ) {@inheritdoc}122
setEmail ( string $email )
setFirstName ( string $firstName )
setGroups ( Doctrine\Common\Collections\Collection $groups )
setLastName ( string $lastName )
setPassword ( $password )
setRoles ( Doctrine\Common\Collections\Collection $roles )
setSalt ( $salt )
setUsername ( $username )
unserialize ( $serialized )

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

addRole() 공개 메소드

public addRole ( WellCommerce\Bundle\AdminBundle\Entity\RoleInterface $role )
$role WellCommerce\Bundle\AdminBundle\Entity\RoleInterface

eraseCredentials() 공개 메소드

public eraseCredentials ( )

getApiKey() 공개 메소드

public getApiKey ( ) : string
리턴 string

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getFirstName() 공개 메소드

public getFirstName ( ) : string
리턴 string

getGroups() 공개 메소드

public getGroups ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getLastName() 공개 메소드

public getLastName ( ) : string
리턴 string

getPassword() 공개 메소드

public getPassword ( )

getRoles() 공개 메소드

public getRoles ( )

getSalt() 공개 메소드

public getSalt ( )

getUsername() 공개 메소드

public getUsername ( )

isEqualTo() 공개 메소드

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

serialize() 공개 메소드

public serialize ( )

setApiKey() 공개 메소드

{@inheritdoc}122
public setApiKey ( string $apiKey )
$apiKey string

setEmail() 공개 메소드

public setEmail ( string $email )
$email string

setFirstName() 공개 메소드

public setFirstName ( string $firstName )
$firstName string

setGroups() 공개 메소드

public setGroups ( Doctrine\Common\Collections\Collection $groups )
$groups Doctrine\Common\Collections\Collection

setLastName() 공개 메소드

public setLastName ( string $lastName )
$lastName string

setPassword() 공개 메소드

public setPassword ( $password )

setRoles() 공개 메소드

public setRoles ( Doctrine\Common\Collections\Collection $roles )
$roles Doctrine\Common\Collections\Collection

setSalt() 공개 메소드

public setSalt ( $salt )

setUsername() 공개 메소드

public setUsername ( $username )

unserialize() 공개 메소드

public unserialize ( $serialized )

프로퍼티 상세

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

protected string $apiKey
리턴 string

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

protected string $email
리턴 string

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

protected string $firstName
리턴 string

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

protected Collection,Doctrine\Common\Collections $groups
리턴 Doctrine\Common\Collections\Collection

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

protected string $lastName
리턴 string

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

protected string $password
리턴 string

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

protected Collection,Doctrine\Common\Collections $roles
리턴 Doctrine\Common\Collections\Collection

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

protected string $salt
리턴 string

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

protected string $username
리턴 string