Свойство | Type | Description | |
---|---|---|---|
$apiKey | string | ||
string | |||
$firstName | string | ||
$groups | Doctrine\Common\Collections\Collection | ||
$lastName | string | ||
$password | string | ||
$roles | Doctrine\Common\Collections\Collection | ||
$salt | string | ||
$username | string |
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 ) |
public addRole ( WellCommerce\Bundle\AdminBundle\Entity\RoleInterface $role ) | ||
$role | WellCommerce\Bundle\AdminBundle\Entity\RoleInterface |
public getGroups ( ) : Doctrine\Common\Collections\Collection | ||
Résultat | Doctrine\Common\Collections\Collection |
public isEqualTo ( Symfony\Component\Security\Core\User\UserInterface $user ) | ||
$user | Symfony\Component\Security\Core\User\UserInterface |
public setGroups ( Doctrine\Common\Collections\Collection $groups ) | ||
$groups | Doctrine\Common\Collections\Collection |
public setRoles ( Doctrine\Common\Collections\Collection $roles ) | ||
$roles | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $groups | ||
Résultat | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $roles | ||
Résultat | Doctrine\Common\Collections\Collection |