コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Compile the default values for the echo statement.
  *
  * @param string $value
  * @return string 
  * @static 
  */
 public static function compileEchoDefaults($value)
 {
     return \Illuminate\View\Compilers\BladeCompiler::compileEchoDefaults($value);
 }