1 | <?php |
||
14 | class YamlDriver extends PhpDriver |
||
15 | { |
||
16 | |||
17 | 5 | public function __construct($paths) |
|
21 | |||
22 | /** |
||
23 | * Factory method for the Annotation Driver |
||
24 | * |
||
25 | * @param array|string $paths |
||
26 | * @return self |
||
27 | */ |
||
28 | 5 | public static function create($paths = []) |
|
32 | |||
33 | /** |
||
34 | * Get all the metadata class names known to this driver. |
||
35 | * @return array |
||
36 | * @throws DrestException |
||
37 | * @throws DriverException |
||
38 | */ |
||
39 | 4 | public function getAllClassNames() |
|
65 | } |
||
66 |