1 | <?php |
||
30 | class RouteAutoWiring extends ComponentAutoWiring |
||
|
|||
31 | { |
||
32 | /** |
||
33 | * ComponentAutoWiring constructor. |
||
34 | * @param string[] $scanDirs |
||
35 | */ |
||
36 | 1069 | public function __construct(array $scanDirs) |
|
40 | |||
41 | /** |
||
42 | * @return string |
||
43 | */ |
||
44 | 13 | public function getAnnotationClass() |
|
48 | |||
49 | /** |
||
50 | * @param $anno Component |
||
51 | * @param $refClass \ReflectionClass |
||
52 | * @return ComponentDefinition |
||
53 | */ |
||
54 | 13 | public function createComponentDefinition($anno, $refClass) |
|
58 | } |
||
59 |