예제 #1
0
 /**
  * Get the list of custom directives.
  *
  * @return array 
  * @static 
  */
 public static function getCustomDirectives()
 {
     return \Illuminate\View\Compilers\BladeCompiler::getCustomDirectives();
 }