Example #1
0
 /**
  * Render the document to a string
  *
  * @param bool $format_output
  */
 public function render($format_output = null)
 {
     return parent::render(true, $format_output, false);
 }