Ejemplo n.º 1
0
 /**
  * Sets the content tags used for the compiler.
  *
  * @param string $openTag
  * @param string $closeTag
  * @param bool $escaped
  * @return void 
  * @static 
  */
 public static function setContentTags($openTag, $closeTag, $escaped = false)
 {
     \Illuminate\View\Compilers\BladeCompiler::setContentTags($openTag, $closeTag, $escaped);
 }