| 1 | <?php |
||
| 13 | class XmlLibraryFactory extends BaseXmlLibraryFactory |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritDoc} |
||
| 17 | */ |
||
| 18 | protected function getLibraryDependencies(\SimpleXMLElement $data) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | */ |
||
| 31 | protected function getBooksDependencies(\SimpleXMLElement $data, \SimpleXMLElement $book) |
||
| 47 | } |
||
| 48 |