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);
1026 return $this->getDatabaseRowFromAttribute(PagePath::PROPERTY_NAME, $path); function in ComboStrap\\DatabasePageRow
1035 return $this->getDatabaseRowFromAttribute(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $id);
1042 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue)
/plugin/combo/action/
H A Drouter.php418 $row = $canonicalDatabasePage->getDatabaseRowFromAttribute("substr(" . PageId::PROPERTY_NAME . ", 1, " . strlen($pageId) . ")", $pageId);