Home
last modified time | relevance | path

Searched refs:getDomSubtree (Results 1 – 12 of 12) sorted by path

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php13 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\CSV\\CSVItem
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php50 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Attribute
H A DImage.php80 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Image
H A DItem.php275 abstract public function getDomSubtree(\DOMDocument $document); function in FINDOLOGIC\\Export\\Data\\Item
H A DUsergroup.php27 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Usergroup
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DSerializable.php15 public function getDomSubtree(\DOMDocument $document); function
H A DUsergroupAwareMultiValue.php43 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
56 $usergroupCollectionElem->appendChild($value->getDomSubtree($document));
H A DUsergroupAwareMultiValueItem.php39 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValueItem
H A DUsergroupAwareSimpleValue.php63 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php63 $itemDom = $item->getDomSubtree($document);
H A DXMLItem.php27 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\XML\\XMLItem
32 $itemElem->appendChild($this->name->getDomSubtree($document));
33 $itemElem->appendChild($this->summary->getDomSubtree($document));
34 $itemElem->appendChild($this->description->getDomSubtree($document));
35 $itemElem->appendChild($this->price->getDomSubtree($document));
36 $itemElem->appendChild($this->url->getDomSubtree($document));
37 $itemElem->appendChild($this->bonus->getDomSubtree($document));
39 $itemElem->appendChild($this->dateAdded->getDomSubtree($document));
40 $itemElem->appendChild($this->sort->getDomSubtree($document));
41 $itemElem->appendChild($this->keywords->getDomSubtree($document));
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php176 $itemDom = $item->getDomSubtree($document);