_mime = 'text/html'; //set document type $this->_type = 'raw'; } /** * Render the document. * * @access public * @param boolean $cache If true, cache the output * @param array $params Associative array of attributes * @return The rendered data */ function render( $cache = false, $params = array()) { parent::render(); return $this->getBuffer(); } }