Home
last modified time | relevance | path

Searched refs:singleCols (Results 1 – 3 of 3) sorted by path

/plugin/struct/meta/
H A DAccessTable.php45 protected $singleCols; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable
215 $this->singleCols[] = 'col' . $colrefs[$colname];
298 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);
H A DAccessTableGlobal.php54 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php31 $cols = array_merge($this->getSingleNoninputCols(), $this->singleCols);