Home
last modified time | relevance | path

Searched refs:createElementWithText (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DAttribute.php54 $keyElem = XMLHelper::createElementWithText($document, 'key', $this->key);
61 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);
DUsergroup.php29 $usergroupElem = XMLHelper::createElementWithText($document, 'usergroup', $this->value);
DImage.php82 $imageElem = XMLHelper::createElementWithText($document, 'image', $this->url);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
DUsergroupAwareMultiValueItem.php41 $valueElem = XMLHelper::createElementWithText($document, $this->itemName, $this->value);
DXMLHelper.php35 …public static function createElementWithText(\DOMDocument $document, $name, $text, array $attribut… function in FINDOLOGIC\\Export\\Helpers\\XMLHelper
DUsergroupAwareSimpleValue.php68 $itemElem = XMLHelper::createElementWithText($document, $this->itemName, $value);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DXMLItem.php70 $keyElem = XMLHelper::createElementWithText($document, 'key', $key);
73 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);