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é
|
Fonctions membres publiques | |
__construct (array $config=array()) | |
render () | |
initialise ($options=array()) | |
setCfg (array $vars=array(), $namespace= 'config') | |
_createConfiguration ($file) | |
getTemplate ($params=false) | |
& | _createSession ($name) |
getLocalise () | |
getLocaliseAdmin ($db=false) | |
Fonctions membres publiques inherited from JApplication | |
__construct ($config=array()) | |
route () | |
dispatch ($component=null) | |
close ($code=0) | |
redirect ($url, $msg= '', $msgType= 'message', $moved=false) | |
enqueueMessage ($msg, $type= 'message') | |
getMessageQueue () | |
getCfg ($varname, $default=null) | |
getName () | |
getUserState ($key, $default=null) | |
setUserState ($key, $value) | |
getUserStateFromRequest ($key, $request, $default=null, $type= 'none') | |
triggerEvent ($event, $args=null) | |
login ($credentials, $options=array()) | |
logout ($userid=null, $options=array()) | |
getPathway ($name=null, $options=array()) | |
getMenu ($name=null, $options=array()) | |
checkSession () | |
getClientId () | |
isAdmin () | |
isSite () | |
__toString () | |
Fonctions membres publiques inherited from JObject | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres publiques statiques | |
static | debugLanguage () |
Fonctions membres publiques statiques inherited from JApplication | |
static | getInstance ($client, $config=array(), $prefix= 'J') |
static | registerEvent ($event, $handler) |
static | getRouter ($name=null, array $options=array()) |
static | stringURLSafe ($string) |
static | getHash ($seed) |
static | isWinOS () |
Attributs protégés | |
$_siteURL = null | |
Attributs protégés inherited from JApplication | |
$_clientId = null | |
$_messageQueue = array() | |
$_name = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Additional Inherited Members | |
Attributs publics inherited from JApplication | |
$scope = null | |
$requestTime = null | |
$startTime = null | |
$input = null | |
Attributs protégés statiques inherited from JApplication | |
static | $instances = array() |
JInstallation::__construct | ( | array | $config = array() | ) |
JInstallation::_createConfiguration | ( | $file | ) |
& JInstallation::_createSession | ( | $name | ) |
Create the user session
string | $name | The sessions name |
Réimplémentée à partir de JApplication.
Références $name, $options, et JFactory\getSession().
|
static |
Références $file, $key, $lang, $parts, JResponse\appendBody(), et JFactory\getLanguage().
JInstallation::getLocalise | ( | ) |
Returns the language code and help url set in the localise.xml file. Used for forcing a particular language in localised releases.
Références JFactory\getXML(), et JPATH_SITE.
JInstallation::getLocaliseAdmin | ( | $db = false | ) |
Returns the installed language files in the administrative and front-end area.
boolean | $db |
Références $db, $lang, $langs, $path, $query, JFolder\folders(), JLanguage\getLanguagePath(), jimport(), JPATH_ADMINISTRATOR, et JPATH_SITE.
JInstallation::getTemplate | ( | $params = false | ) |
JInstallation::initialise | ( | $options = array() | ) |
Initialise the application.
array | $options |
Réimplémentée à partir de JApplication.
Références $options, JLanguageHelper\detectLanguage(), JRequest\getCmd(), JFactory\getConfig(), JFactory\getSession(), et null.
JInstallation::render | ( | ) |
Render the application
Réimplémentée à partir de JApplication.
Références $config, $controller, $data, $file, $params, $user, JText\_(), JRequest\getCmd(), JFactory\getConfig(), JFactory\getDocument(), JController\getInstance(), JFactory\getUser(), JRequest\getVar(), JPATH_ADMINISTRATOR, JPATH_BASE, JPATH_SITE, JPATH_THEMES, et JResponse\setBody().
JInstallation::setCfg | ( | array | $vars = array() , |
$namespace = 'config' |
|||
) |
Set configuration values
array | $vars | Array of configuration values |
string | $namespace | The namespace |
|
protected |