Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Meta/Field/
H A DPageImages.php64 public function toPageImageArray($persistentValue): array argument
67 if ($persistentValue === null) {
76 if (is_array($persistentValue)) {
78 foreach ($persistentValue as $key => $value) {
115 WikiPath::addRootSeparatorIfNotPresent($persistentValue);
116 $imagePathObject = WikiPath::createMediaPathFromPath($persistentValue);
117 $images = [$persistentValue => PageImage::create($imagePathObject, $page)];
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php141 $persistentValue = $metadata->toStoreValue();
151 $this->setFromPersistentName($name, $persistentValue, $defaultValue);