MultiPosUserProvider
implements
UserProviderInterface
Table of Contents
Interfaces
- UserProviderInterface
Properties
-
$userRepository
: UserRepository
Methods
-
__construct()
: mixed
-
loadUserByIdentifier()
: UserInterface
-
refreshUser()
: UserInterface
-
supportsClass()
: bool
__construct()
public
__construct(UserRepository $userRepository) : mixed
Parameters
-
$userRepository
: UserRepository
-
loadUserByIdentifier()
public
loadUserByIdentifier(string $identifier) : UserInterface
Parameters
-
$identifier
: string
-
Return values
UserInterface
refreshUser()
public
refreshUser(UserInterface $user) : UserInterface
Parameters
-
$user
: UserInterface
-
Return values
UserInterface
supportsClass()
public
supportsClass(string $class) : bool
Parameters
-
$class
: string
-