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