Lines Matching refs:PageType
10 class PageType extends MetadataText
32 public const CONF_DEFAULT_PAGE_TYPE_DEFAULT = PageType::ARTICLE_TYPE;
34 public static function createForPage($page): PageType
36 return (new PageType())
40 public function setWriteStore($store): PageType
59 public function setReadStore($store): PageType
107 return PageType::WEBSITE_TYPE;
109 return PageType::HOME_TYPE;
111 $defaultPageTypeConf = SiteConfig::getConfValue(PageType::CONF_DEFAULT_PAGE_TYPE, PageType::CONF_DEFAULT_PAGE_TYPE_DEFAULT);