Back to Browser class

Method getMajor

public int
getMajor
()
Retrieve the current browser's major version.
Returns
  • int The current browser's major version
Since
  • 1.7.0
Class: Browser
Project: Joomla

Method getMajor - Source code

/**
 * 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;
}