| 1 | <?php |
||
| 15 | class UserManager extends UserManagerAbstract implements UserManagerInterface |
||
| 16 | { |
||
| 17 | public function __construct(TokenStorageInterface $tokenStorage) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function getPermissions(UserPermissionInterface $user = null) : array |
||
| 29 | |||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function invalidatePermissions(UserPermissionInterface $user) : void |
||
| 37 | } |