Example #1
0
 /**
  * Sets the raw tags used for the compiler.
  *
  * @param string $openTag
  * @param string $closeTag
  * @return void 
  * @static 
  */
 public static function setRawTags($openTag, $closeTag)
 {
     \Illuminate\View\Compilers\BladeCompiler::setRawTags($openTag, $closeTag);
 }