1 | <?php |
||
19 | class RequestUriRule implements Rule |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function handle(ClientId $clientId, DataBag $commandParameters, DataBag $validatedParameters, callable $next): DataBag |
||
37 | |||
38 | /** |
||
39 | * @param mixed $value |
||
40 | */ |
||
41 | private function checkAllUris($value) |
||
52 | } |
||
53 |