Home
last modified time | relevance | path

Searched refs:getUsergroup (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php27 if (!array_key_exists($value->getUsergroup(), $this->values)) {
28 $this->values[$value->getUsergroup()] = [];
31 array_push($this->values[$value->getUsergroup()], $value);
H A DUsergroupAwareMultiValueItem.php30 public function getUsergroup() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValueItem
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php71 public function getUsergroup() function in FINDOLOGIC\\Export\\Data\\Image
H A DItem.php228 if (!array_key_exists($image->getUsergroup(), $this->images)) {
229 $this->images[$image->getUsergroup()] = [];
232 array_push($this->images[$image->getUsergroup()], $image);