Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMetadataSingleArrayStore.php47 $this->setFromPersistentName($metadata::getPersistentName(), $metadata->toStoreValue());
102 public function setFromPersistentName(string $name, $value, $default = null) function in ComboStrap\\MetadataSingleArrayStore
129 $this->setFromPersistentName($metadata->getName(), null);
H A DTemplateStore.php36 public function setFromPersistentName(string $name, $value, $default = null) function in ComboStrap\\TemplateStore
H A DPageId.php68 ->setFromPersistentName(PageId::getPersistentName(), $pageId);
H A DMetadataFrontmatterStore.php63 $this->setFromPersistentName($guidObject::getPersistentName(), $guidValue);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStore.php60 public function setFromPersistentName(string $name, $value, $default = null); function
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php56 $store->setFromPersistentName(self::ITEM_FEATURED_IMAGE_PARSED, $path);
H A DPageH1.php110 $store->setFromPersistentName(self::H1_PARSED, $defaultValue);
H A DFeaturedRasterImage.php100 $store->setFromPersistentName(self::FEATURED_IMAGE_PARSED, $path);
H A DPageTemplateName.php289 $writeStore->setFromPersistentName(self::PROPERTY_NAME_OLD, null);
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php151 $this->setFromPersistentName($name, $persistentValue, $defaultValue);
224 public function setFromPersistentName(string $name, $value, $default = null): MetadataDokuWikiStore function in ComboStrap\\Meta\\Store\\MetadataDokuWikiStore
H A DMetadataDbStore.php307 public function setFromPersistentName(string $name, $value, $default = null) function in ComboStrap\\Meta\\Store\\MetadataDbStore