コード例 #1
0
ファイル: template.php プロジェクト: joshjim27/jobsglobal
 /**
  *
  * @return boolean
  */
 public function isMobile()
 {
     return $this->browser->isTablet() && $this->browser->isMobile();
 }