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 JAdministrator
+ Graphe d'héritage de JAdministrator:
+ Graphe de collaboration de JAdministrator:

Liste de tous les membres

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()

Documentation des constructeurs et destructeur

JAdministrator::__construct (   $config = array())

Class constructor

Paramètres:
arrayAn optional associative array of configuration settings. Recognized key values include 'clientId' (this list is not meant to be comprehensive).
Depuis:
1.5

Réimplémentée à partir de JApplication.

Références $config, JURI\base(), null, et JURI\root().

+ Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JAdministrator::dispatch (   $component = null)

Dispatch the application

Paramètres:
string$componentThe component to dispatch.
Renvoie:
void
Depuis:
1.5

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().

+ Voici le graphe d'appel pour cette fonction :

static JAdministrator::getRouter (   $name = null,
array  $options = array() 
)
static

Return a reference to the JRouter object.

Renvoie:
JRouter
Depuis:
1.5

Réimplémentée à partir de JApplication.

JAdministrator::getTemplate (   $params = false)

Get the template

Renvoie:
string The template name
Depuis:
1.0

Réimplémentée à partir de JApplication.

Références $db, $params, $query, $template, JFactory\getDbo(), JFilterInput\getInstance(), JFactory\getUser(), et JPATH_THEMES.

+ Voici le graphe d'appel pour cette fonction :

JAdministrator::initialise (   $options = array())

Initialise the application.

Paramètres:
array$optionsAn optional associative array of configuration settings.
Renvoie:
void
Depuis:
1.5

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.

+ Voici le graphe d'appel pour cette fonction :

JAdministrator::login (   $credentials,
  $options = array() 
)

Login authentication function

Paramètres:
arrayArray('username' => string, 'password' => string)
arrayArray('remember' => boolean)
Renvoie:
boolean True on success.
Voir également:
JApplication::login
Depuis:
1.5

Réimplémentée à partir de JApplication.

Références $lang, $options, JURI\base(), JRequest\getCmd(), et purgeMessages().

+ Voici le graphe d'appel pour cette fonction :

static JAdministrator::purgeMessages ( )
static

Purge the jos_messages table of old messages

Renvoie:
void
Depuis:
1.5

Références $config, $db, $query, $user, JFactory\getDate(), JFactory\getDbo(), et JFactory\getUser().

Référencé par login().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

JAdministrator::render ( )

Display the application.

Renvoie:
void
Depuis:
1.5

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().

+ Voici le graphe d'appel pour cette fonction :

JAdministrator::route ( )

Route the application

Renvoie:
void
Depuis:
1.5

Réimplémentée à partir de JApplication.

Références $uri, JURI\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :


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