API16:JVersion/getShortVersion
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Method to get the short version information.
Description:JVersion/getShortVersion
Syntax
getShortVersion()
Returns
string Short version format.
Defined in
libraries/joomla/version.php
Importing
jimport( 'joomla.version' );
Source Body
public function getShortVersion() { return $this->RELEASE .'.'. $this->DEV_LEVEL; }
[Edit See Also] SeeAlso:JVersion/getShortVersion
Examples
<CodeExamplesForm />
