Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DTable.php12 protected $lastCellType = 'tablecell';
76 $this->lastCellType = 'tablecell';
129 $this->tableCalls[] = [$this->lastCellType . '_close', [], $call[2]];
131 $this->lastCellType = $call[0];
134 $this->lastCellType = $call[0];
13 protected $lastCellType = 'tablecell'; global() variable in dokuwiki\\Parsing\\Handler\\Table