コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Get the name of the pagination view.
  *
  * @param string $view
  * @return string 
  * @static 
  */
 public static function getViewName($view = null)
 {
     return \Illuminate\Pagination\Factory::getViewName($view);
 }