示例#1
0
文件: Extend.php 项目: axovel/exqzt
 /**
  * Legacy fix that stops the HTML output from displaying
  *
  * @param string $fileName
  * @return string
  */
 public function fetchView($fileName)
 {
     return is_file($fileName) ? parent::fetchView($fileName) : '';
 }