| 1 | <?php |
||
| 12 | class UserRepository extends BaseUserRepository implements ConfirmationSubjectFinderInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param $propertyPath |
||
| 16 | * @param $value |
||
| 17 | * @return mixed |
||
| 18 | * @throws NonUniqueResultException |
||
| 19 | */ |
||
| 20 | public function findConfirmationSubject($propertyPath, $value) |
||
| 44 | |||
| 45 | public function loadUserByAuthorizationRoles(array $roles) |
||
| 56 | } |
||
| 57 |