예제 #1
0
파일: builder.php 프로젝트: poppa/PLib
 /**
  * Render the document to a string
  *
  * @param bool $format_output
  */
 public function render($format_output = null)
 {
     return parent::render(true, $format_output, false);
 }