示例#1
0
 /**
  * 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);
 }