コード例 #1
0
ファイル: AController.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Defines if the device is a tablet
  *
  * @return boolean
  */
 protected function isTableDevice()
 {
     return \XLite\Core\Request::isTablet();
 }