/** * Determines if the browser is mobile version or not. * * @return boolean True if browser is a known mobile version. * * @since 1.7.0 */ public function isMobile() { return $this->mobile; }