Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dtexitrender.php36 var $_inputs = NULL; variable in texitrender_plugin_texit
87 if (is_null($this->_inputs)) {
88 $this->_inputs = $data;
90 $this->_inputs .= $data;
95 if (is_null($this->_inputs))
97 return $this->_inputs;