JVersion/1.6
From Joomla! Documentation
< JVersion
JVersion
Description
JVersion is a class that provides Version information about the currently installed Joomla application. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | getHelpVersion | Method to get the help file version. |
| public | getLongVersion | Method to get the long version information. |
| public | getShortVersion | Method to get the short version information. |
| public | getUserAgent | Returns the user agent. |
| public | isCompatible | Compares two "A PHP standardized" version number against the current Joomla! version. |
- Defined in libraries/joomla/version.php
Importing
jimport( 'joomla.version' );
See also
JVersion source code on JoomlaCode- Other versions of JVersion
SeeAlso:JVersion [Edit See Also]