Class JPlatform

Description

Version information class for the Joomla Platform.

  • since: 11.1

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


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

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

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

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

static 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)

Documentation generated on Mon, 25 Jun 2012 13:58:44 -0500 by phpDocumentor 1.4.4