Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. 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 = 'Khepri' (line 33)
  • var: Codename
string $COPYRIGHT = 'Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.' (line 41)
  • var: Copyright Text
int $DEV_LEVEL = '0' (line 29)
  • var: Sub Release Level
string $DEV_STATUS = 'Production/Stable' (line 27)
  • var: Development Status
string $PRODUCT = 'Joomla!' (line 23)
  • var: Product
string $RELDATE = '21-January-2008' (line 35)
  • var: Date
int $RELEASE = '1.5' (line 25)
  • var: Main Release Level
string $RELTIME = '23:55' (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

Documentation generated on Tue, 29 Jan 2008 18:52:33 +0000 by phpDocumentor 1.3.1