コード例 #1
0
ファイル: Request.php プロジェクト: eok8177/shopCMS
 /**
  * Is tablet device
  * @return bool
  */
 public function is_tablet()
 {
     return Request::_mobile_detect()->isTablet();
 }