Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DErrorCollector.php191 $this->_renderStruct($ret, $struct, $line, $col);
195 $this->_renderStruct($ret, $this->lines[-1]);
206 private function _renderStruct(&$ret, $struct, $line = null, $col = null) function in HTMLPurifier_ErrorCollector