コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Get the regular expression for a generic Blade function.
  *
  * @param string $function
  * @return string 
  * @static 
  */
 public static function createMatcher($function)
 {
     return \Illuminate\View\Compilers\BladeCompiler::createMatcher($function);
 }