|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Lc\SovBundle\Repository\User; |
|
|
namespace Lc\SovBundle\Repository\User; |
|
|
|
|
|
|
|
|
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; |
|
|
|
|
|
use Doctrine\Persistence\ManagerRegistry; |
|
|
|
|
|
use Lc\SovBundle\Model\User\UserInterface; |
|
|
use Lc\SovBundle\Model\User\UserInterface; |
|
|
use Lc\SovBundle\Repository\RepositoryAbstract; |
|
|
|
|
|
|
|
|
use Lc\SovBundle\Repository\AbstractRepository; |
|
|
use Symfony\Component\Security\Core\Exception\UnsupportedUserException; |
|
|
use Symfony\Component\Security\Core\Exception\UnsupportedUserException; |
|
|
use Symfony\Component\Security\Core\User\PasswordUpgraderInterface; |
|
|
use Symfony\Component\Security\Core\User\PasswordUpgraderInterface; |
|
|
use Symfony\Component\Security\Core\User\UserInterface as SfUserInterface; |
|
|
use Symfony\Component\Security\Core\User\UserInterface as SfUserInterface; |
|
|
|
|
|
|
|
|
* @method UserInterface[] findAll() |
|
|
* @method UserInterface[] findAll() |
|
|
* @method UserInterface[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) |
|
|
* @method UserInterface[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) |
|
|
*/ |
|
|
*/ |
|
|
class UserRepository extends RepositoryAbstract implements PasswordUpgraderInterface |
|
|
|
|
|
|
|
|
class UserRepository extends AbstractRepository implements PasswordUpgraderInterface |
|
|
{ |
|
|
{ |
|
|
public function getInterfaceClass() |
|
|
public function getInterfaceClass() |
|
|
{ |
|
|
{ |