Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php13 private $rootCollectionName; variable in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
18 public function __construct($rootCollectionName, $usergroupCollectionName, $csvDelimiter) argument
20 $this->rootCollectionName = $rootCollectionName;
45 $rootCollectionElem = XMLHelper::createElement($document, $this->rootCollectionName);