Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMetadata.php47 private $writeStore; variable in ComboStrap\\Metadata
235 $this->writeStore = $store;
726 if ($this->writeStore === null) {
729 if (!$this->writeStore instanceof MetadataStore) {
730 … $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
732 return $this->writeStore;