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 ($config=array()) | |
initialise ($options=array()) | |
route () | |
dispatch ($component=null) | |
render () | |
login ($credentials, $options=array()) | |
getTemplate ($params=false) | |
Fonctions membres publiques inherited from JApplication | |
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) | |
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 | getRouter ($name=null, array $options=array()) |
static | purgeMessages () |
Fonctions membres publiques statiques inherited from JApplication | |
static | getInstance ($client, $config=array(), $prefix= 'J') |
static | registerEvent ($event, $handler) |
static | stringURLSafe ($string) |
static | getHash ($seed) |
static | isWinOS () |
Additional Inherited Members | |
Attributs publics inherited from JApplication | |
$scope = null | |
$requestTime = null | |
$startTime = null | |
$input = null | |
Fonctions membres protégées inherited from JApplication | |
_createConfiguration ($file) | |
_createSession ($name) | |
Attributs protégés inherited from JApplication | |
$_clientId = null | |
$_messageQueue = array() | |
$_name = null | |
Attributs protégés inherited from JObject | |
$_errors = array() | |
Attributs protégés statiques inherited from JApplication | |
static | $instances = array() |
JAdministrator::__construct | ( | $config = array() | ) |
Class constructor
array | An optional associative array of configuration settings. Recognized key values include 'clientId' (this list is not meant to be comprehensive). |
Réimplémentée à partir de JApplication.
Références $config, JURI\base(), null, et JURI\root().
JAdministrator::dispatch | ( | $component = null | ) |
Dispatch the application
string | $component | The component to dispatch. |
Réimplémentée à partir de JApplication.
Références $user, JText\_(), JAdministratorHelper\findOption(), JFactory\getDocument(), JFactory\getUser(), JPluginHelper\importPlugin(), null, JError\raiseError(), et JComponentHelper\renderComponent().
|
static |
Return a reference to the JRouter object.
Réimplémentée à partir de JApplication.
JAdministrator::getTemplate | ( | $params = false | ) |
Get the template
Réimplémentée à partir de JApplication.
Références $db, $params, $query, $template, JFactory\getDbo(), JFilterInput\getInstance(), JFactory\getUser(), et JPATH_THEMES.
JAdministrator::initialise | ( | $options = array() | ) |
Initialise the application.
array | $options | An optional associative array of configuration settings. |
Réimplémentée à partir de JApplication.
Références $client, $config, $lang, $options, $params, $user, JLanguage\exists(), JApplicationHelper\getClientInfo(), JFactory\getConfig(), JFactory\getLanguage(), JComponentHelper\getParams(), JFactory\getUser(), JPATH_ADMINISTRATOR, et null.
JAdministrator::login | ( | $credentials, | |
$options = array() |
|||
) |
Login authentication function
array | Array('username' => string, 'password' => string) |
array | Array('remember' => boolean) |
Réimplémentée à partir de JApplication.
Références $lang, $options, JURI\base(), JRequest\getCmd(), et purgeMessages().
|
static |
Purge the jos_messages table of old messages
Références $config, $db, $query, $user, JFactory\getDate(), JFactory\getDbo(), et JFactory\getUser().
Référencé par login().
JAdministrator::render | ( | ) |
Display the application.
Réimplémentée à partir de JApplication.
Références $config, $data, $file, $params, $template, JRequest\getCmd(), JFactory\getConfig(), JFactory\getDocument(), JSession\getFormToken(), JFactory\getUser(), JPATH_THEMES, JError\raiseNotice(), JResponse\setBody(), et JText\sprintf().
JAdministrator::route | ( | ) |
Route the application
Réimplémentée à partir de JApplication.
Références $uri, JURI\getInstance(), et JPluginHelper\importPlugin().