コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * 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);
 }