AuthenticatedUser
class AuthenticatedUser implements UserInterface
Methods
__construct(string $userIdentifier, string $email, array $roles)
No description
string
getEmail()
No description
array
getRoles()
No description
void
eraseCredentials()
No description
string
getUserIdentifier()
No description
Details
at line 14
__construct(string $userIdentifier, string $email, array $roles)
No description
at line 18
string
getEmail()
No description
at line 23
array
getRoles()
No description
at line 28
void
eraseCredentials()
No description
at line 32
string
getUserIdentifier()
No description