コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get all of the registered named views in environment.
  *
  * @return array 
  * @static 
  */
 public static function getNames()
 {
     return \Illuminate\View\Factory::getNames();
 }