Home
last modified time | relevance | path

Searched refs:getReadStore (Results 1 – 20 of 20) sorted by path

/plugin/combo/ComboStrap/
H A DCreationDate.php48 $store = $this->getReadStore();
H A DFeaturedIcon.php70 $iconImageParsed = $this->getReadStore()->getFromName(FeaturedIcon::FIRST_ICON_PARSED);
H A DFirstRasterImage.php57 $store = $this->getReadStore();
H A DFirstSvgIllustration.php52 $store = $this->getReadStore();
H A DLdJson.php194 $store = $this->getReadStore();
241 $readStore = $this->getReadStore();
H A DModificationDate.php28 $store = $this->getReadStore();
H A DPageDescription.php129 $metaDataStore = $this->getReadStore();
180 if ($this->getReadStore() instanceof MetadataDokuWikiStore) {
H A DPageId.php119 $readStore = $this->getReadStore();
327 $actualStoreValue = $this->getReadStore()->get($this);
344 return $this->getReadStore()->get($this);
H A DPagePublicationDate.php91 $store = $this->getReadStore();
H A DReferences.php64 $metadataStore = $this->getReadStore();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php276 public function getReadStore(): ?MetadataStore function in ComboStrap\\Meta\\Api\\Metadata
323 $metadataStore = $this->getReadStore();
667 * Set a value from the {@link self::getReadStore()}
740 $this->setFromStoreValueWithoutException($this->getReadStore()->get($this));
764 * @return MetadataStore - the store where the metadata are persist (by default, the {@link Metadata::getReadStore()}
769 return $this->getReadStore();
H A DMetadataDateTime.php102 $value = $this->getReadStore()->get($this);
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php250 $this->getReadStore() !== null
252 $this->getReadStore() instanceof MetadataDokuWikiStore
H A DBacklinkCount.php58 $storeClass = get_class($this->getReadStore());
H A DFacebookImage.php56 ->setReadStore($this->getReadStore())
H A DFeaturedRasterImage.php58 ->setReadStore($this->getReadStore())
128 $parsedValue = $this->getReadStore()->getFromName(FirstRasterImage::PROPERTY_NAME);
130 $parsedValue = $this->getReadStore()->getFromName(self::FEATURED_IMAGE_PARSED);
H A DFeaturedSvgImage.php67 $parsedValue = $this->getReadStore()->getFromName(self::ITEM_FEATURED_IMAGE_PARSED);
H A DPageH1.php64 $store = $this->getReadStore();
H A DPageTemplateName.php269 $metaDataStore = $this->getReadStore();
H A DTwitterImage.php53 ->setReadStore($this->getReadStore())