Home
last modified time | relevance | path

Searched refs:writeStore (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php104 private $writeStore; variable in ComboStrap\\Meta\\Api\\Metadata
237 $this->writeStore = $store;
768 if ($this->writeStore === null) {
774 if (!($this->writeStore instanceof MetadataStore)) {
775 $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
777 return $this->writeStore;
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php285 $writeStore = $this->getWriteStore();
286 $value = $writeStore->getFromName(self::PROPERTY_NAME_OLD);
289 $writeStore->setFromPersistentName(self::PROPERTY_NAME_OLD, null);