Ejemplo n.º 1
0
 /**
  * Retrieve the mobile grading, using self::MOBILE_GRADE_* constants.
  *
  * @return string One of the self::MOBILE_GRADE_* constants.
  * @static 
  */
 public static function mobileGrade()
 {
     //Method inherited from \Mobile_Detect
     return \Jenssegers\Agent\Agent::mobileGrade();
 }