| 1 | <?php |
||
| 10 | final class ExtractCSRFParameter implements ExtractCSRFParameterInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | private $csrfDataKey; |
||
| 16 | |||
| 17 | 12 | public function __construct(string $csrfDataKey) |
|
| 25 | |||
| 26 | 11 | public function __invoke(ServerRequestInterface $request) : string |
|
| 43 | |||
| 44 | 6 | private function ensureThatTheValueIsAString($value) : string |
|
| 52 | } |
||
| 53 |