Joomla! Platform 11.4

 Class JPlatform

Description

Version information class for the Joomla Platform.

  • since: 11.1

Located in /libraries/platform.php (line 17)

Class JPlatform
Class Constant Summary
Constant BUILD = 0
Constant CODE_NAME = 'Brian Kernighan'
Constant COPYRIGHT = 'Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.'
Constant LINK_TEXT = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.'
Constant MAINTENANCE = '0'
Constant PRODUCT = 'Joomla Platform'
Constant RELEASE = '11.4'
Constant RELEASE_DATE = '03-Jan-2012'
Constant RELEASE_TIME = '00:00'
Constant STATUS = 'Stable'
Method Summary
Static method static string getLongVersion ()
Static method static string getShortVersion ()
Static method static boolean isCompatible (string $minimum)
Methods
getLongVersion (line 76)

Gets a version string for the current Joomla Platform with all release information.

  • return: Complete version string.
  • since: 11.1
  • access: public
string getLongVersion ()
getShortVersion (line 64)

Gets a "PHP standardized" version string for the current Joomla Platform.

  • return: Version string.
  • since: 11.1
  • access: public
string getShortVersion ()
isCompatible (line 52)

Compares two a "PHP standardized" version number against the current Joomla Platform version.

boolean isCompatible (string $minimum)
  • string $minimum: The minimum version of the Joomla Platform which is compatible.
Class Constants
BUILD = 0 (line 28)
CODE_NAME = 'Brian Kernighan' (line 30)
COPYRIGHT = 'Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.' (line 38)
LINK_TEXT = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.' (line 40)
MAINTENANCE = '0' (line 24)
PRODUCT = 'Joomla Platform' (line 20)
RELEASE = '11.4' (line 22)
RELEASE_DATE = '03-Jan-2012' (line 32)
RELEASE_TIME = '00:00' (line 34)
RELEASE_TIME_ZONE = 'GMT' (line 36)
STATUS = 'Stable' (line 26)
/html>