1 | <?php |
||
8 | class DynamicPoint extends EndPoint |
||
9 | { |
||
10 | protected $prefix = ''; |
||
11 | |||
12 | 3 | protected function getControllerClass(ServerRequestInterface $request): string |
|
23 | |||
24 | 3 | protected function normalizeClassFromUrl(string $class): string |
|
30 | |||
31 | 4 | protected function getAction(ServerRequestInterface $request): ?string |
|
35 | } |
||
36 |