Example #1
0
 public static function deviceOSType()
 {
     $os = Context::deviceOS();
     return $os['type'];
 }