Lines Matching refs:createForPage
639 …return IFetcherLocalImage::createImageFetchFromPath(FirstRasterImage::createForPage($this)->getVal…
1148 return PageId::createForPage($this)->getValue();
1631 $this->cacheExpirationDate = CacheExpirationDate::createForPage($this);
1632 $this->aliases = Aliases::createForPage($this);
1633 $this->pageImages = PageImages::createForPage($this);
1635 $this->cacheExpirationFrequency = CacheExpirationFrequency::createForPage($this);
1636 $this->ldJson = LdJson::createForPage($this);
1637 $this->canonical = Canonical::createForPage($this);
1638 $this->description = PageDescription::createForPage($this);
1639 $this->h1 = PageH1::createForPage($this);
1640 $this->type = PageType::createForPage($this);
1641 $this->creationTime = CreationDate::createForPage($this);
1643 $this->keywords = PageKeywords::createForPage($this);
1647 $this->locale = Locale::createForPage($this);
1649 $this->region = Region::createForPage($this);
1650 $this->slug = \ComboStrap\Slug::createForPage($this);
1651 $this->canBeOfLowQuality = LowQualityPageOverwrite::createForPage($this);
1654 $this->modifiedTime = ModificationDate::createForPage($this);
1655 $this->pageUrlPath = PageUrlPath::createForPage($this);
1978 return PageId::createForPage($this);