Home
last modified time | relevance | path

Searched refs:getResource (Results 1 – 25 of 48) sorted by relevance

12

/template/strap/ComboStrap/
H A DPageId.php102 $resource = $this->getResource();
104 …("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
284 …tionCompile("A page id can not be set with a null value (Page: {$this->getResource()})", $this->ge…
287 … id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->ge…
297 …new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already…
300 …new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already…
H A DModificationDate.php34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject());
102 return FileSystems::getModifiedTime($this->getResource()->getPathObject());
104 return CreationDate::createForPage($this->getResource())->getValue();
H A DMetadataSingleArrayStore.php46 $this->checkResource($metadata->getResource());
52 $this->checkResource($metadata->getResource());
128 $this->checkResource($metadata->getResource());
H A DPageUrlPath.php82 $page = $this->getResource();
147 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
230 $resource = $this->getResource();
243 $page = $this->getResource();
H A DCacheExpirationDate.php39 $resourceCombo = $this->getResource();
88 … $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
H A DPageTitle.php61 $resource = $this->getResource();
69 return PageH1::createForPage($this->getResource())
H A DSlug.php113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
117 …throw new \RuntimeException("The default title of the page (" . $this->getResource() . ") should n…
H A DPagePublicationDate.php125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
138 ->setResource($this->getResource())
H A DCanonical.php93 $resourceCombo = $this->getResource();
110 $namesOriginal = $this->getResource()->getPathObject()->getNamesWithoutExtension();
H A DPageDescription.php118 return PageTitle::createForMarkup($this->getResource())
258 $resourceCombo = $this->getResource();
H A DDisqusIdentifier.php61 return $this->getResource()->getUid()->getValueOrDefault();
H A DPageLevel.php33 …return substr_count($this->getResource()->getPathObject()->toAbsoluteId(), WikiPath::NAMESPACE_SEP…
H A DLead.php60 if ($this->getResource()->isRootHomePage()) {
H A DFirstImage.php51 $contextPage = $this->getResource();
H A DLabel.php59 return PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDbStore.php105 $resource = $metadata->getResource();
174 $resourceCombo = $metadata->getResource();
207 $resourceIdAttribute = $metadata->getResource()->getUidObject()::getPersistentName();
268 …meInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection q…
315 return $metadata->getResource()->getType() . "_" . $metadata::getPersistentName();
326 $mapKey = $this->getResource()->getPathObject()->toAbsoluteId();
329 $page = $this->getResource();
H A DMetadataDokuWikiStore.php143 $resource = $metadata->getResource();
162 $resource = $metadata->getResource();
295 return $this->getResource()->getPathObject()->toWikiPath()->getWikiId();
324 $wikiPage = $this->getResource();
/template/strap/ComboStrap/Meta/Field/
H A DAliases.php52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
98 $aliases[] = Alias::create($this->getResource(), $path)
110 $aliases[] = Alias::create($this->getResource(), $path);
166 $canonicalOrDefault = $this->getResource()->getCanonicalOrDefault();
190 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias)
293 $alias = Alias::create($this->getResource(), $path->getValue());
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())
68 return SocialCardImage::createFromResourcePage($this->getResource())
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
72 return SocialCardImage::createFromResourcePage($this->getResource())
H A DPageH1.php77 return PageTitle::createForMarkup($this->getResource())
83 return ResourceName::createForResource($this->getResource())
H A DBacklinkCount.php61 $resource = $this->getResource();
93 …d("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObjec…
H A DFeaturedRasterImage.php57 $pageImages = PageImages::createForPage($this->getResource())
125 $markupPath = $this->getResource();
H A DPageImages.php74 $page = $this->getResource();
198 $pageImage = PageImage::create($pageImagePathValue, $this->getResource());
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
/template/strap/ComboStrap/Meta/Api/
H A DMetadata.php182 ->setResource($this->getResource());
279 return $this->getResource()->getReadStoreOrDefault();
282 … $this->readStore = MetadataStoreAbs::toMetadataStore($this->readStore, $this->getResource());
363 public function getResource(): ?ResourceCombo function in ComboStrap\\Meta\\Api\\Metadata
369 return $this->parent->getResource();
640 …on::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()->getPathObjec…
775 … $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
788 ->setResource($this->getResource());

12