Home
last modified time | relevance | path

Searched refs:PageLevel (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageLevel.php14 class PageLevel extends MetadataInteger class
21 public static function createForPage(ResourceCombo $page): PageLevel
23 return (new PageLevel())
H A DPageSqlTreeListener.php245 $level = PageLevel::createForPage($this->requestedPage)->getValue();
382 $level = PageLevel::createForPage($this->requestedPage)->getValue();
H A DMetaManagerForm.php74 PageLevel::PROPERTY_NAME
H A DDatabasePageRow.php853 PageLevel::PROPERTY_NAME
H A DMarkupPath.php1059 PageLevel::PROPERTY_NAME,
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php49 use ComboStrap\PageLevel; alias
121 PageLevel::PROPERTY_NAME => PageLevel::class,
H A DMetadata.php55 use ComboStrap\PageLevel; alias