예제 #1
0
 /**
  * Get the name of the pagination view.
  *
  * @param string $view
  * @return string 
  * @static 
  */
 public static function getViewName($view = null)
 {
     return \Illuminate\Pagination\Environment::getViewName($view);
 }