Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php256 … $row = $databasePage->getDatabaseRowFromAttribute(PageId::PAGE_ID_ABBR_ATTRIBUTE, $pageIdAbbr);
276 $row = $databasePage->getDatabaseRowFromAttribute(Canonical::PROPERTY_NAME, $canonical);
1032 return $this->getDatabaseRowFromAttribute(PagePath::PROPERTY_NAME, $path);
1041 return $this->getDatabaseRowFromAttribute(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $id);
1048 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue) function in ComboStrap\\DatabasePageRow
H A DRouter.php134 …$row = $canonicalDatabasePage->getDatabaseRowFromAttribute("substr(" . PageId::PROPERTY_NAME . ", …