Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DResourceComboAbs.php14 private $uidObject; variable in ComboStrap\\ResourceComboAbs
44 if ($this->uidObject === null) {
45 $this->uidObject = Metadata::toMetadataObject($this->getUid())
49 return $this->uidObject;
H A DMetadata.php51 private $uidObject; variable in ComboStrap\\Metadata
737 if ($this->uidObject === null) {
738 $this->uidObject = Metadata::toMetadataObject($this->getUidClass())
741 return $this->uidObject;