/** * Retrieve the current browser's major version. * * @return integer The current browser's major version * * @since 1.7.0 */ public function getMajor() { return $this->majorVersion; }