Lines Matching refs:currentColumn
226 private $currentColumn; variable in columns_block
236 $this->currentColumn = null;
251 if ($this->currentColumn != null) {
252 $this->currentColumn->close($callIndex);
254 $this->currentColumn = new columns_column($callIndex, $sectionLevel);
255 $this->column[] = $this->currentColumn;
262 $this->currentColumn->openSection();
269 $this->currentColumn->closeSection($callIndex);
276 $this->currentColumn->startSection($callInfo);
283 $this->currentColumn->endSection($callInfo);
290 $this->currentColumn->close($callIndex);