Home
last modified time | relevance | path

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

/plugin/siteexport/syntax/
H A Dtoc.php210 …$instructions = $this->_mergeWithHeaders($this->_initialHeaderStructure($instructions), $instructi…
213 $instr = $this->_mergeWithHeaders($instr, $instructions, 1);
446 …private function _mergeWithHeaders($existing, $newInstructions, $level = 1, $mergeHint = array()) { function in syntax_plugin_siteexport_toc
471 … $returnedInstructions = $this->_mergeWithHeaders($currentSlice, $newSlice, $level+1, $mergeHint);