コード例 #1
0
ファイル: View.php プロジェクト: nikolai-katkov/pearl
 public function getHTML()
 {
     if (Config::get('debug')) {
         return $this->html;
     } else {
         return Fn::minifyHTML($this->html);
     }
 }