| 1 | <?php |
||
| 7 | class ModelElement extends SimpleElementAbstract implements ConfigElementInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param string $type |
||
| 11 | * @return boolean |
||
| 12 | */ |
||
| 13 | public function supports($type) |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param \SimpleXMLElement $xml |
||
| 20 | * @param string $type |
||
| 21 | * @param string $moduleName |
||
| 22 | * @throws XmlGeneratorException |
||
| 23 | * @return null |
||
| 24 | */ |
||
| 25 | public function addElementToXml(\SimpleXMLElement $xml, $type, $moduleName) |
||
| 43 | } |
||
| 44 |