Home
last modified time | relevance | path

Searched refs:getRid (Results 1 – 5 of 5) sorted by relevance

/plugin/struct/action/
H A Dinline.php128 if (!$this->schemadata->getRid()) {
152 if ($this->schemadata->getRid()) {
163 if (!$this->schemadata->getRid()) {
H A Daggregationeditor.php137 $this->rid = $access->getRid();
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php34 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
/plugin/struct/meta/
H A DAccessTableGlobal.php58 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
H A DAccessTable.php168 public function getRid() function in dokuwiki\\plugin\\struct\\meta\\AccessTable