Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php108 private $uidObject; variable in ComboStrap\\Meta\\Api\\Metadata
785 if ($this->uidObject === null) {
787 $this->uidObject = MetadataSystem::toMetadataObject($this->getUidClass())
791 return $this->uidObject;
/plugin/combo/ComboStrap/
H A DMarkupPath.php78 private $uidObject; variable in ComboStrap\\MarkupPath
2222 if ($this->uidObject === null) {
2224 $this->uidObject = Meta\Api\MetadataSystem::toMetadataObject($this->getUid())
2231 return $this->uidObject;