| 1 | <?php |
||
| 12 | class AnnotationClassLoader extends BaseAnnotationClassLoader |
||
| 13 | { |
||
| 14 | /** @var callable */ |
||
| 15 | private $configurationStrategy; |
||
| 16 | |||
| 17 | 18 | public function __construct(Reader $reader, callable $configurationStrategy) |
|
| 23 | |||
| 24 | 8 | protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, $annotation) |
|
| 29 | } |
||
| 30 |