Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | isCompatible ($minimum) |
static | getShortVersion () |
static | getLongVersion () |
Attributs publics | |
const | PRODUCT = 'Joomla Platform' |
const | RELEASE = '13.1' |
const | MAINTENANCE = '0' |
const | STATUS = 'Stable' |
const | BUILD = 0 |
const | CODE_NAME = 'Curiosity' |
const | RELEASE_DATE = '24-Apr-2013' |
const | RELEASE_TIME = '00:00' |
const | RELEASE_TIME_ZONE = 'GMT' |
const | COPYRIGHT = 'Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.' |
const | LINK_TEXT = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.' |
Définition à la ligne 17 du fichier platform.php.
|
static |
Gets a version string for the current Joomla Platform with all release information.
Définition à la ligne 86 du fichier platform.php.
Référencé par JLogLoggerFormattedtext\generateFileHeader().
|
static |
Gets a "PHP standardized" version string for the current Joomla Platform.
Définition à la ligne 74 du fichier platform.php.
|
static |
Compares two a "PHP standardized" version number against the current Joomla Platform version.
string | $minimum | The minimum version of the Joomla Platform which is compatible. |
Définition à la ligne 62 du fichier platform.php.
const JPlatform::BUILD = 0 |
Définition à la ligne 32 du fichier platform.php.
const JPlatform::CODE_NAME = 'Curiosity' |
Définition à la ligne 35 du fichier platform.php.
const JPlatform::COPYRIGHT = 'Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.' |
Définition à la ligne 47 du fichier platform.php.
const JPlatform::LINK_TEXT = '<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.' |
Définition à la ligne 50 du fichier platform.php.
const JPlatform::MAINTENANCE = '0' |
Définition à la ligne 26 du fichier platform.php.
const JPlatform::PRODUCT = 'Joomla Platform' |
Définition à la ligne 20 du fichier platform.php.
const JPlatform::RELEASE = '13.1' |
Définition à la ligne 23 du fichier platform.php.
const JPlatform::RELEASE_DATE = '24-Apr-2013' |
Définition à la ligne 38 du fichier platform.php.
const JPlatform::RELEASE_TIME = '00:00' |
Définition à la ligne 41 du fichier platform.php.
const JPlatform::RELEASE_TIME_ZONE = 'GMT' |
Définition à la ligne 44 du fichier platform.php.
const JPlatform::STATUS = 'Stable' |
Définition à la ligne 29 du fichier platform.php.