isMobileOnlyBrowser() public static method

Returns if the given browser is mobile only
public static isMobileOnlyBrowser ( string $browser ) : boolean
$browser string Label or name of browser
return boolean
 protected function usesMobileBrowser()
 {
     return $this->getClient('type') == 'browser' && Browser::isMobileOnlyBrowser($this->getClient('short_name'));
 }