API15

JBrowser/getMinor

From Joomla! Documentation

< API15:JBrowser
Revision as of 17:19, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Retrieve the current browser's minor version. integer The current browser's minor version. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[De...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Retrieve the current browser's minor version. integer The current browser's minor version.


[Edit Descripton]

Template:Description:JBrowser/getMinor

Syntax[edit]

getMinor()


Returns[edit]

integer The current browser's minor version.

Defined in[edit]

libraries/joomla/environment/browser.php

Importing[edit]

jimport( 'joomla.environment.browser' );

Source Body[edit]

function getMinor()  {
    return $this->_minorVersion;
}

[Edit See Also] Template:SeeAlso:JBrowser/getMinor

Examples[edit]

<CodeExamplesForm />