コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Get the current view factory.
  *
  * @return \Illuminate\View\Factory 
  * @static 
  */
 public static function getViewFactory()
 {
     return \Illuminate\Pagination\Factory::getViewFactory();
 }