コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Set the echo format to be used by the compiler.
  *
  * @param string $format
  * @return void 
  * @static 
  */
 public static function setEchoFormat($format)
 {
     \Illuminate\View\Compilers\BladeCompiler::setEchoFormat($format);
 }