Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php10 protected $currentCols = 0; variable in dokuwiki\\Parsing\\Handler\\Table
69 $this->currentCols = 0;
94 if ($this->currentCols > $this->maxCols) {
95 $this->maxCols = $this->currentCols;
133 $this->currentCols++;