Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JVersion

Description

Version information

  • since: 1.0

Located in /joomla/version.php (line 20)

Class JVersion
Variable Summary
Variable int $BUILD
Variable string $CODENAME
Variable string $COPYRIGHT
Variable string $DEV_STATUS
Variable string $PRODUCT
Variable string $RELDATE
Variable int $RELEASE
Variable string $RELTIME
Variable string $RELTZ
Variable string $URL
Method Summary
Method string getHelpVersion ()
Method string getLongVersion ()
Method string getShortVersion ()
Method boolean isCompatible ( $minimum)
Variables
int $BUILD = '' (line 31)
  • var: build Number
string $CODENAME = 'senu takaa ama baji' (line 33)
  • var: Codename
string $COPYRIGHT = 'Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.' (line 41)
  • var: Copyright Text
int $DEV_LEVEL = '23' (line 29)
  • var: Sub Release Level
string $DEV_STATUS = 'Stable' (line 27)
  • var: Development Status
string $PRODUCT = 'Joomla!' (line 23)
  • var: Product
string $RELDATE = '04-March-2011' (line 35)
  • var: Date
int $RELEASE = '1.5' (line 25)
  • var: Main Release Level
string $RELTIME = '18:00' (line 37)
  • var: Time
string $RELTZ = 'GMT' (line 39)
  • var: Timezone
string $URL = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.' (line 43)
  • var: URL
Methods
getHelpVersion (line 72)
  • return: Version suffix for help files
string getHelpVersion ()
getLongVersion (line 50)
  • return: Long format version
string getLongVersion ()
getShortVersion (line 63)
  • return: Short version format
string getShortVersion ()
isCompatible (line 87)

Compares two "A PHP standardized" version number against the current Joomla! version

boolean isCompatible ( $minimum)
  • $minimum
Support Joomla!