Пример #1
0
 /**
  * Sets the escaped content tags used for the compiler.
  *
  * @param string $openTag
  * @param string $closeTag
  * @return void 
  * @static 
  */
 public static function setEscapedContentTags($openTag, $closeTag)
 {
     \Illuminate\View\Compilers\BladeCompiler::setEscapedContentTags($openTag, $closeTag);
 }