Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
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));
38 $itemElem->appendChild($this->salesFrequency->getDomSubtree($document));
39 $itemElem->appendChild($this->dateAdded->getDomSubtree($document));
40 $itemElem->appendChild($this->sort->getDomSubtree($document));
[all …]
DPage.php63 $itemDom = $item->getDomSubtree($document);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
DUsergroupAwareMultiValue.php43 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
56 $usergroupCollectionElem->appendChild($value->getDomSubtree($document));
DSerializable.php15 public function getDomSubtree(\DOMDocument $document); function
DUsergroupAwareMultiValueItem.php39 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValueItem
DUsergroupAwareSimpleValue.php63 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DUsergroup.php27 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Usergroup
DImage.php80 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Image
DAttribute.php50 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\Data\\Attribute
DItem.php275 abstract public function getDomSubtree(\DOMDocument $document); function in FINDOLOGIC\\Export\\Data\\Item
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
DCSVItem.php13 public function getDomSubtree(\DOMDocument $document) function in FINDOLOGIC\\Export\\CSV\\CSVItem
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
DXmlSerializationTest.php176 $itemDom = $item->getDomSubtree($document);