Searched refs:tableCells (Results 1 – 3 of 3) sorted by relevance
8 protected $tableCells = [];17 $this->tableCells[] = new TableCellNode($cell);26 $lastCell = end($this->tableCells);34 $tableCell = array_shift($this->tableCells);63 foreach ($this->tableCells as $cell) {9 protected $tableCells = []; global() variable in dokuwiki\\plugin\\prosemirror\\parser\\TableRowNode
47 public function setTableCells($tableCells) argument49 $this->tableCells = $tableCells;56 return $this->tableCells;
119 public function setTableCells($tableCells) argument121 $this->tableCells = $tableCells;128 return $this->tableCells;