Searched refs:currentRow (Results 1 – 1 of 1) sorted by relevance
14 protected $currentRow = ['tableheader' => 0, 'tablecell' => 0]; variable in dokuwiki\\Parsing\\Handler\\Table74 $this->currentRow = ['tablecell' => 0, 'tableheader' => 0];88 if (!empty($this->currentRow[$discard[0]])) {89 $this->currentRow[$discard[0]]--;101 $td = $this->currentRow['tablecell'];102 $th = $this->currentRow['tableheader'];113 $this->currentRow[$call[0]]++;