Example #1
0
 /**
  * Get all of the registered named views in environment.
  *
  * @return array 
  * @static 
  */
 public static function getNames()
 {
     return \Illuminate\View\Environment::getNames();
 }