PHP Интерфейс Sulu\Component\Security\Authentication\UserRepositoryInterface

Наследование: extends Symfony\Component\Security\Core\User\UserProviderInterface, extends Sulu\Component\Persistence\Repository\RepositoryInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
findUserById ( integer $id ) : Sulu\Component\Security\Authentication\UserInterface Returns the user with the given id.
findUserByIdentifier ( string $identifier ) : Sulu\Component\Security\Authentication\UserInterface Finds a user for a given email or username.
findUserWithSecurityById ( integer $id ) : Sulu\Component\Security\Authentication\UserInterface

Описание методов

findUserById() публичный Метод

Returns the user with the given id.
public findUserById ( integer $id ) : Sulu\Component\Security\Authentication\UserInterface
$id integer The user to find
Результат Sulu\Component\Security\Authentication\UserInterface

findUserByIdentifier() публичный Метод

Finds a user for a given email or username.
public findUserByIdentifier ( string $identifier ) : Sulu\Component\Security\Authentication\UserInterface
$identifier string The email-address or username
Результат Sulu\Component\Security\Authentication\UserInterface

findUserWithSecurityById() публичный Метод

public findUserWithSecurityById ( integer $id ) : Sulu\Component\Security\Authentication\UserInterface
$id integer
Результат Sulu\Component\Security\Authentication\UserInterface