JPlatform
class JPlatform
Located at : UKNOWVA_ROOT/libraries/platform.php
Version information class for the Joomla Platform.
Constants
PRODUCT |
|
RELEASE |
|
MAINTENANCE |
|
STATUS |
|
BUILD |
|
CODE_NAME |
|
RELEASE_DATE |
|
RELEASE_TIME |
|
RELEASE_TIME_ZONE |
|
COPYRIGHT |
|
LINK_TEXT |
|
Methods
static boolean
isCompatible(string $minimum)
Compares two a "PHP standardized" version number against the current Joomla Platform version.
static string
getShortVersion()
Gets a "PHP standardized" version string for the current Joomla Platform.
static string
getLongVersion()
Gets a version string for the current Joomla Platform with all release information.
Details
at line 52
static boolean
isCompatible(string $minimum)
Compares two a "PHP standardized" version number against the current Joomla Platform version.
at line 64
static string
getShortVersion()
Gets a "PHP standardized" version string for the current Joomla Platform.
at line 76
static string
getLongVersion()
Gets a version string for the current Joomla Platform with all release information.