JVersion/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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

SeeAlso:JVersion [Edit See Also]

User contributed notes


Personal tools