instructions = array_merge($this->instructions, $instructions); } /** * dummy closing instruction issued by Doku_Handler_Nest * * normally the syntax mode should override this instruction when instantiating Doku_Handler_Nest - * however plugins will not be able to - as their instructions require data. */ function nest_close() { $this->instructions = array(); } } //Setup VIM: ex: et ts=4 :