Searched refs:createElementWithText (Results 1 – 7 of 7) sorted by relevance
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
| D | Attribute.php | 54 $keyElem = XMLHelper::createElementWithText($document, 'key', $this->key); 61 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);
|
| D | Usergroup.php | 29 $usergroupElem = XMLHelper::createElementWithText($document, 'usergroup', $this->value);
|
| D | Image.php | 82 $imageElem = XMLHelper::createElementWithText($document, 'image', $this->url);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/ |
| D | UsergroupAwareMultiValueItem.php | 41 $valueElem = XMLHelper::createElementWithText($document, $this->itemName, $this->value);
|
| D | XMLHelper.php | 35 …public static function createElementWithText(\DOMDocument $document, $name, $text, array $attribut… function in FINDOLOGIC\\Export\\Helpers\\XMLHelper
|
| D | UsergroupAwareSimpleValue.php | 68 $itemElem = XMLHelper::createElementWithText($document, $this->itemName, $value);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/ |
| D | XMLItem.php | 70 $keyElem = XMLHelper::createElementWithText($document, 'key', $key); 73 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);
|