Searched refs:rowId (Results 1 – 2 of 2) sorted by relevance
205 public static function createFromRowId(string $rowId): DatabasePageRow argument210 $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 …]
140 $rowId = $this->getRowId($identifierMetadata);141 $this->rows[$rowId] = [$identifierPersistentName => $identifierMetadata];