| 1 | <?php |
||
| 17 | class Users extends \Nip\Records\RecordManager implements UserRepositoryInterface |
||
| 18 | { |
||
| 19 | use SingletonTrait, UsersTrait; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Get a user entity. |
||
| 23 | * |
||
| 24 | * @param string $username |
||
| 25 | * @param string $password |
||
| 26 | * @param string $grantType The grant type used |
||
| 27 | * @param ClientEntityInterface $clientEntity |
||
| 28 | * |
||
| 29 | * @return UserEntityInterface |
||
| 30 | */ |
||
| 31 | public function getUserEntityByUserCredentials( |
||
| 39 | |||
| 40 | /** @noinspection PhpMissingParentCallCommonInspection |
||
| 41 | * @inheritDoc |
||
| 42 | */ |
||
| 43 | 1 | protected function generateTable() |
|
| 47 | } |
||
| 48 |