Searched refs:sectionEdit (Results 1 – 2 of 2) sorted by relevance
17 private $sectionEdit; variable in action_plugin_columns74 $this->sectionEdit = array();92 if (end($this->sectionEdit) != $c) {93 $this->sectionEdit[] = $c;115 private function handleColumns($callIndex, $state, $sectionEdit) { argument120 $this->currentBlock->startSection($sectionEdit);126 $this->currentBlock->startSection($sectionEdit);130 $this->currentBlock->endSection($sectionEdit);
176 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name));177 … $this->doc .= DOKU_LF.'<a name="'. $sectionEdit .'" class="' . $sectionEdit . '" ></a>'.DOKU_LF;