PHP 인터페이스 WellCommerce\Bundle\AdminBundle\Entity\UserInterface

저자: Adam Piotrowski ([email protected])
상속: extends Serializable, extends Symfony\Component\Security\Core\User\EquatableInterface, extends Symfony\Component\Security\Core\User\UserInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
addRole ( WellCommerce\Bundle\AdminBundle\Entity\RoleInterface $role )
getApiKey ( ) : string
getEmail ( ) : string
getEnabled ( ) : boolean
getFirstName ( ) : string
getGroups ( ) : Doctrine\Common\Collections\Collection
getLastName ( ) : string
getPassword ( ) : string
getRoles ( ) : array
getSalt ( )
getUsername ( ) : string
setApiKey ( string $apiKey )
setEmail ( string $email )
setEnabled ( boolean $enabled )
setFirstName ( string $firstName )
setGroups ( Doctrine\Common\Collections\Collection $groups )
setLastName ( string $lastName )
setPassword ( string $password )
setRoles ( Doctrine\Common\Collections\Collection $roles )
setSalt ( string $salt )
setUsername ( string $username )

메소드 상세

addRole() 공개 메소드

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

getApiKey() 공개 메소드

public getApiKey ( ) : string
리턴 string

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getEnabled() 공개 메소드

public getEnabled ( ) : boolean
리턴 boolean

getFirstName() 공개 메소드

public getFirstName ( ) : string
리턴 string

getGroups() 공개 메소드

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

getLastName() 공개 메소드

public getLastName ( ) : string
리턴 string

getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string

getRoles() 공개 메소드

public getRoles ( ) : array
리턴 array

getSalt() 공개 메소드

public getSalt ( )

getUsername() 공개 메소드

public getUsername ( ) : string
리턴 string

setApiKey() 공개 메소드

public setApiKey ( string $apiKey )
$apiKey string

setEmail() 공개 메소드

public setEmail ( string $email )
$email string

setEnabled() 공개 메소드

public setEnabled ( boolean $enabled )
$enabled boolean

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 ( string $password )
$password string

setRoles() 공개 메소드

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

setSalt() 공개 메소드

public setSalt ( string $salt )
$salt string

setUsername() 공개 메소드

public setUsername ( string $username )
$username string