Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JVersion

Liste de tous les membres

Fonctions membres publiques

 isCompatible ($minimum)
 getHelpVersion ()
 getShortVersion ()
 getLongVersion ()
 getUserAgent ($component=null, $mask=false, $add_version=true)

Attributs publics

 $PRODUCT = 'Joomla!'
 $RELEASE = '2.5'
 $DEV_LEVEL = '24'
 $DEV_STATUS = 'Stable'
 $BUILD = ''
 $CODENAME = 'Ember'
 $RELDATE = '25-July-2014'
 $RELTIME = '13:00'
 $RELTZ = 'GMT'
 $COPYRIGHT = 'Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.'
 $URL = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.'

Documentation des fonctions membres

JVersion::getHelpVersion ( )

Method to get the help file version.

Renvoie:
string Version suffix for help files.
Depuis:
1.0
JVersion::getLongVersion ( )

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

Renvoie:
string Complete version string.
Depuis:
1.5
JVersion::getShortVersion ( )

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

Renvoie:
string Version string.
Depuis:
1.5
JVersion::getUserAgent (   $component = null,
  $mask = false,
  $add_version = true 
)

Returns the user agent.

Paramètres:
string$componentName of the component.
bool$maskMask as Mozilla/5.0 or not.
bool$add_versionAdd version afterwards to component.
Renvoie:
string User Agent.
Depuis:
1.0

Références null.

JVersion::isCompatible (   $minimum)

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

Paramètres:
string$minimumThe minimum version of the Joomla which is compatible.
Renvoie:
bool True if the version is compatible.
Voir également:
http://www.php.net/version_compare
Depuis:
1.0

Documentation des données membres

JVersion::$BUILD = ''
JVersion::$CODENAME = 'Ember'
JVersion::$COPYRIGHT = 'Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.'
JVersion::$DEV_LEVEL = '24'
JVersion::$DEV_STATUS = 'Stable'
JVersion::$PRODUCT = 'Joomla!'
JVersion::$RELDATE = '25-July-2014'
JVersion::$RELEASE = '2.5'
JVersion::$RELTIME = '13:00'
JVersion::$RELTZ = 'GMT'
JVersion::$URL = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.'

La documentation de cette classe a été générée à partir du fichier suivant :