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