PHP Class WellCommerce\Bundle\AdminBundle\Entity\User

Author: Adam Piotrowski ([email protected])
Inheritance: 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
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$apiKey string
$email string
$firstName string
$groups Doctrine\Common\Collections\Collection
$lastName string
$password string
$roles Doctrine\Common\Collections\Collection
$salt string
$username string

Méthodes publiques

Méthode Description
__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 )

Method Details

__toString() public méthode

public __toString ( ) : string
Résultat string

addRole() public méthode

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

eraseCredentials() public méthode

public eraseCredentials ( )

getApiKey() public méthode

public getApiKey ( ) : string
Résultat string

getEmail() public méthode

public getEmail ( ) : string
Résultat string

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 ( )

getRoles() public méthode

public getRoles ( )

getSalt() public méthode

public getSalt ( )

getUsername() public méthode

public getUsername ( )

isEqualTo() public méthode

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

serialize() public méthode

public serialize ( )

setApiKey() public méthode

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

setEmail() public méthode

public setEmail ( string $email )
$email string

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

setRoles() public méthode

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

setSalt() public méthode

public setSalt ( $salt )

setUsername() public méthode

public setUsername ( $username )

unserialize() public méthode

public unserialize ( $serialized )

Property Details

$apiKey protected_oe property

protected string $apiKey
Résultat string

$email protected_oe property

protected string $email
Résultat string

$firstName protected_oe property

protected string $firstName
Résultat string

$groups protected_oe property

protected Collection,Doctrine\Common\Collections $groups
Résultat Doctrine\Common\Collections\Collection

$lastName protected_oe property

protected string $lastName
Résultat string

$password protected_oe property

protected string $password
Résultat string

$roles protected_oe property

protected Collection,Doctrine\Common\Collections $roles
Résultat Doctrine\Common\Collections\Collection

$salt protected_oe property

protected string $salt
Résultat string

$username protected_oe property

protected string $username
Résultat string