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
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getApiKey() public méthode

public getApiKey ( ) : string
Résultat string

getEmail() public méthode

public getEmail ( ) : string
Résultat string

getEnabled() public méthode

public getEnabled ( ) : boolean
Résultat boolean

getFirstName() public méthode

public getFirstName ( ) : string
Résultat string

getGroups() public méthode

public getGroups ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getLastName() public méthode

public getLastName ( ) : string
Résultat string

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getRoles() public méthode

public getRoles ( ) : array
Résultat array

getSalt() public méthode

public getSalt ( )

getUsername() public méthode

public getUsername ( ) : string
Résultat string

setApiKey() public méthode

public setApiKey ( string $apiKey )
$apiKey string

setEmail() public méthode

public setEmail ( string $email )
$email string

setEnabled() public méthode

public setEnabled ( boolean $enabled )
$enabled boolean

setFirstName() public méthode

public setFirstName ( string $firstName )
$firstName string

setGroups() public méthode

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

setLastName() public méthode

public setLastName ( string $lastName )
$lastName string

setPassword() public méthode

public setPassword ( string $password )
$password string

setRoles() public méthode

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

setSalt() public méthode

public setSalt ( string $salt )
$salt string

setUsername() public méthode

public setUsername ( string $username )
$username string