1 | <?php declare(strict_types=1); |
||
28 | trait DispatcherTrait |
||
29 | { |
||
30 | /** |
||
31 | * Validate implementation code match with FasRoute ones. |
||
32 | * |
||
33 | * @return bool |
||
34 | */ |
||
35 | 15 | protected function areCodeValid(): bool |
|
42 | |||
43 | /** |
||
44 | * @inheritdoc |
||
45 | */ |
||
46 | 13 | public function dispatchRequest(string $method, string $uri): array |
|
50 | } |
||
51 |