PHP Interface WellCommerce\Bundle\AdminBundle\Entity\UserInterface

Author: Adam Piotrowski ([email protected])
Inheritance: 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
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
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 )

Method Details

addRole() public method

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

getApiKey() public method

public getApiKey ( ) : string
return string

getEmail() public method

public getEmail ( ) : string
return string

getEnabled() public method

public getEnabled ( ) : boolean
return boolean

getFirstName() public method

public getFirstName ( ) : string
return string

getGroups() public method

public getGroups ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getLastName() public method

public getLastName ( ) : string
return string

getPassword() public method

public getPassword ( ) : string
return string

getRoles() public method

public getRoles ( ) : array
return array

getSalt() public method

public getSalt ( )

getUsername() public method

public getUsername ( ) : string
return string

setApiKey() public method

public setApiKey ( string $apiKey )
$apiKey string

setEmail() public method

public setEmail ( string $email )
$email string

setEnabled() public method

public setEnabled ( boolean $enabled )
$enabled boolean

setFirstName() public method

public setFirstName ( string $firstName )
$firstName string

setGroups() public method

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

setLastName() public method

public setLastName ( string $lastName )
$lastName string

setPassword() public method

public setPassword ( string $password )
$password string

setRoles() public method

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

setSalt() public method

public setSalt ( string $salt )
$salt string

setUsername() public method

public setUsername ( string $username )
$username string