Liste de tous les membres
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 | $component | Name of the component. |
bool | $mask | Mask as Mozilla/5.0 or not. |
bool | $add_version | Add 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 | $minimum | The 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::$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::$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 :