Home
last modified time | relevance | path

Searched refs:buildProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php43 $properties = $this->buildProperties();
71 private function buildProperties() function in FINDOLOGIC\\Export\\CSV\\CSVItem
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php44 $itemElem->appendChild($this->buildProperties($document));
55 private function buildProperties(\DOMDocument $document) function in FINDOLOGIC\\Export\\XML\\XMLItem