Home
last modified time | relevance | path

Searched refs:startSectionEdit (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/parser/
H A Dxhtml.php26 /** @var int last section edit id, used by startSectionEdit */
59 * Key 'start': set in startSectionEdit(),
68 public function startSectionEdit($start, $data)
73 'startSectionEdit: $data "%s" is NOT an array! One of your plugins needs an update.',
256 $header .= ' class="' . $this->startSectionEdit($pos, $data) . '"';
1436 $class .= ' ' . $this->startSectionEdit($pos, $data);
65 public function startSectionEdit($start, $data) { global() function in Doku_Renderer_xhtml