| 1 | <?php |
||
| 15 | class UserManager extends UserManagerAbstract implements UserManagerInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function getPermissions(UserPermissionInterface $user) : array |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function invalidatePermissions(UserPermissionInterface $user) : void |
||
| 31 | } |