コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the list of custom directives.
  *
  * @return array 
  * @static 
  */
 public static function getCustomDirectives()
 {
     return \Illuminate\View\Compilers\BladeCompiler::getCustomDirectives();
 }