| 1 | <?php |
||
| 28 | class UserContext extends ContextFactory |
||
| 29 | { |
||
| 30 | /** @var AuthenticationServiceInterface $tokenStorage */ |
||
| 31 | private $tokenStorage; |
||
| 32 | |||
| 33 | 1 | public function __construct(AuthenticationServiceInterface $storage) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @return Context |
||
| 40 | */ |
||
| 41 | 1 | public function createContext() |
|
| 50 | } |
||
| 51 |