Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php400 $page = DatabasePageRow::createFromPageId($pageId)->getMarkupPath();
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php192 public static function createFromPageId(string $pageId): DatabasePageRow function in ComboStrap\\DatabasePageRow