| 1 | <?php |
||
| 14 | class RequireAuthHandler extends MessageHandler |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var Client |
||
| 18 | */ |
||
| 19 | protected $client; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function handle(SpikeInterface $message) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Gets the authorized client |
||
| 40 | * @return Client |
||
| 41 | */ |
||
| 42 | public function getClient() |
||
| 46 | } |