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