Home
last modified time | relevance | path

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

/plugin/codedoc/
H A Dblock.php11 var $last_header = ""; variable in syntax_plugin_codedoc_block
75 $this->last_header = $matches[2];
85 if($this->last_header) {
87 $show_header = "$this->last_header";
89 else $show_header = "[$this->index]$this->last_header";
93 $this->last_header="";