Home
last modified time | relevance | path

Searched refs:setFromStoreValueWithoutException (Results 1 – 25 of 28) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DPageId.php94 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\PageId
98 return parent::setFromStoreValueWithoutException($value);
110 return parent::setFromStoreValueWithoutException($value);
124 return parent::setFromStoreValueWithoutException($value);
135 return parent::setFromStoreValueWithoutException($value);
158 return parent::setFromStoreValueWithoutException($value);
168 return parent::setFromStoreValueWithoutException($value);
178 return parent::setFromStoreValueWithoutException($value);
H A DSlug.php74 return $this->setFromStoreValueWithoutException($value);
79 return $this->setFromStoreValueWithoutException($value);
82 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Slug
84 return parent::setFromStoreValueWithoutException(self::toSlugPath($value));
H A DPageDescription.php126 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\PageDescription
131 parent::setFromStoreValueWithoutException($value);
141 parent::setFromStoreValueWithoutException($description);
153 parent::setFromStoreValueWithoutException($keywords);
162 parent::setFromStoreValueWithoutException(null);
H A DPagePath.php37 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\PagePath
46 return parent::setFromStoreValueWithoutException($value);
H A DPagePublicationDate.php89 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\PagePublicationDate
93 return parent::setFromStoreValueWithoutException($value);
H A DFirstSvgIllustration.php67 $this->setFromStoreValueWithoutException($firstImageId);
H A DReferences.php79 $this->setFromStoreValueWithoutException($referencesArray);
H A DLdJson.php180 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\LdJson
205 parent::setFromStoreValueWithoutException($value);
H A DPageKeywords.php93 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\PageKeywords
H A DToc.php297 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Toc
/plugin/combo/ComboStrap/Meta/Field/
H A DTwitterImage.php48 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Field\\TwitterImage
57 return parent::setFromStoreValueWithoutException($pageImage->getImagePath()->toAbsoluteId());
61 return parent::setFromStoreValueWithoutException($value);
H A DFacebookImage.php51 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Field\\FacebookImage
60 return parent::setFromStoreValueWithoutException($pageImage->getImagePath()->toAbsoluteId());
64 return parent::setFromStoreValueWithoutException($value);
H A DFeaturedRasterImage.php53 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Field\\FeaturedRasterImage
76 return parent::setFromStoreValueWithoutException($value);
H A DPageImages.php130 $this->setFromStoreValueWithoutException($value);
314 $pageImagePath = PageImagePath::createFromParent($this)->setFromStoreValueWithoutException($firstImage);
318 $pageImageUsage = PageImageUsage::createFromParent($this)->setFromStoreValueWithoutException([PageImageUsage::DEFAULT]);
H A DBacklinkCount.php109 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Field\\BacklinkCount
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php44 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataJson
47 parent::setFromStoreValueWithoutException($this->toInternalValue($value));
H A DMetadataTabular.php116 public function setFromStoreValueWithoutException($value): Metadata
263 $childObject->setFromStoreValueWithoutException($colValue);
321 ->setFromStoreValueWithoutException($id)
117 public function setFromStoreValueWithoutException($value): Metadata global() function in ComboStrap\\Meta\\Api\\MetadataTabular
H A DMetadata.php329 $this->setFromStoreValueWithoutException($value);
664 public abstract function setFromStoreValueWithoutException($value): Metadata; function in ComboStrap\\Meta\\Api\\Metadata
670 * instead of {@link Metadata::setFromStoreValueWithoutException()}
677 return $this->setFromStoreValueWithoutException($value);
740 $this->setFromStoreValueWithoutException($this->getReadStore()->get($this));
H A DMetadataInteger.php55 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataInteger
H A DMetadataText.php59 * TODO: move this into the function {@link MetadataText::setFromStoreValueWithoutException()} ??
84 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataText
H A DMetadataBoolean.php133 function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataBoolean
H A DMetadataWikiPath.php106 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataWikiPath
H A DMetadataMultiple.php168 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataMultiple
H A DMetadataDateTime.php163 public function setFromStoreValueWithoutException($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataDateTime
/plugin/combo/action/
H A Dindexer.php161 ->setFromStoreValueWithoutException($internalIdReferenceValue);

12