Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DDatabasePageRow.php205 public static function createFromRowId(string $rowId): DatabasePageRow argument
210 $row = $databasePage->getDatabaseRowFromRowId($rowId);
407 $rowId = $this->getRowId();
410 ->setQueryParametrized('delete from pages where rowid = ?', [$rowId]);
414 …deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL,…
596 $rowId = $this->getRowId();
597 if ($rowId !== null) {
603 $values[] = $rowId;
936 $rowId = $rows[0][DokuwikiId::DOKUWIKI_ID_ATTRIBUTE];
937 $this->checkCollision($rowId, $pageIdAttribute, $pageIdValue);
[all …]
/template/strap/ComboStrap/Meta/Api/
H A DMetadataTabular.php140 $rowId = $this->getRowId($identifierMetadata);
141 $this->rows[$rowId] = [$identifierPersistentName => $identifierMetadata];