Home
last modified time | relevance | path

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

/plugin/columns/
H A Dsyntax.php16 private $xhtmlRenderer; variable in syntax_plugin_columns
111 if ($this->xhtmlRenderer == NULL) {
112 $this->xhtmlRenderer = new columns_renderer_xhtml();
114 return $this->xhtmlRenderer;