Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DComboFs.php27 $databasePage->getDatabaseRowFromPage($markup);
H A DDatabasePageRow.php32 * used in the build functions such as {@link DatabasePageRow::getDatabaseRowFromPage()}
103 $row = $databasePage->getDatabaseRowFromPage($page);
230 $row = $databasePage->getDatabaseRowFromPage($page);
237 $row = $databasePage->getDatabaseRowFromPage($page);
451 function getDatabaseRowFromPage(MarkupPath $markupPath): array
816 $row = $this->getDatabaseRowFromPage($this->markupPath);
436 function getDatabaseRowFromPage(MarkupPath $markupPath): array global() function in ComboStrap\\DatabasePageRow