Back to Browser class

Method getMinor

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

Method getMinor - Source code

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