Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php81 public function toStoreValue(): ?array
362 $toStoreValue = $metadata->toStoreValue();
365 $toStoreValue !== null
366 && $toStoreValue !== $toDefaultStoreValue
368 $rowArray[$metadata::getPersistentName()] = $toStoreValue;
82 public function toStoreValue(): ?array global() function in ComboStrap\\Meta\\Api\\MetadataTabular
H A DMetadataJson.php25 public function toStoreValue() function in ComboStrap\\Meta\\Api\\MetadataJson
27 $value = parent::toStoreValue();
H A DMetadata.php160 $value = $this->toStoreValue();
415 public function toStoreValue() function in ComboStrap\\Meta\\Api\\Metadata
637 $actualValue = $this->toStoreValue();
648 * The inverse function is {@link Metadata::toStoreValue()}
727 * @deprecated use the {@link self::toStoreValue()} instead
731 return $this->toStoreValue();
H A DMetadataBoolean.php88 public function toStoreValue() function in ComboStrap\\Meta\\Api\\MetadataBoolean
H A DMetadataWikiPath.php74 public function toStoreValue() function in ComboStrap\\Meta\\Api\\MetadataWikiPath
H A DMetadataMultiple.php88 public function toStoreValue() function in ComboStrap\\Meta\\Api\\MetadataMultiple
H A DMetadataDateTime.php31 * @return string|array (may be an array for dokuwiki ie {@link CreationDate::toStoreValue()} for instance
33 public function toStoreValue() function in ComboStrap\\Meta\\Api\\MetadataDateTime
/plugin/combo/ComboStrap/
H A DCreationDate.php69 public function toStoreValue() function in ComboStrap\\CreationDate
73 return parent::toStoreValue();
H A DPageDescription.php208 public function toStoreValue() function in ComboStrap\\PageDescription
213 return parent::toStoreValue();
H A DMetadataSingleArrayStore.php47 $this->setFromPersistentName($metadata::getPersistentName(), $metadata->toStoreValue());
H A DDatabasePageRow.php546 $record[$replicationDate::getPersistentName()] = $replicationDate->toStoreValue();
1283 $record[$replicationDateMeta::getPersistentName()] = $replicationDateMeta->toStoreValue();
/plugin/combo/action/
H A Dmetaprocessing.php115 $valueBefore = $beforeMeta->toStoreValue();
121 $valueAfter = $afterMeta->toStoreValue();
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php154 public function toStoreValue(): ?array function in ComboStrap\\Meta\\Field\\PageImages
160 return parent::toStoreValue();
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php160 $value = $metadata->toStoreValue();
210 $storeValue = $colValue->toStoreValue();
248 $childField->addValue(null, $colValue->toStoreValue());
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php141 $persistentValue = $metadata->toStoreValue();
H A DMetadataDbStore.php141 $sourceRows = $metadata->toStoreValue();
/plugin/combo/syntax/
H A Dfrontmatter.php183 $renderMetadata[$metadataObject::getPersistentName()] = $metadataObject->toStoreValue();