Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JWeb
+ Graphe d'héritage de JWeb:
+ Graphe de collaboration de JWeb:

Liste de tous les membres

Fonctions membres publiques

 __construct (JInput $input=null, JRegistry $config=null, JApplicationWebClient $client=null)
- Fonctions membres publiques inherited from JApplicationWeb
 initialise ($session=null, $document=null, $language=null, $dispatcher=null)
 execute ()
 redirect ($url, $moved=false)
 loadConfiguration ($data)
 get ($key, $default=null)
 set ($key, $value=null)
 allowCache ($allow=null)
 setHeader ($name, $value, $replace=false)
 getHeaders ()
 clearHeaders ()
 sendHeaders ()
 setBody ($content)
 prependBody ($content)
 appendBody ($content)
 getBody ($asArray=false)
 getDocument ()
 getLanguage ()
 getSession ()
 flushAssets ()
 isSSLConnection ()
 loadDocument (JDocument $document=null)
 loadLanguage (JLanguage $language=null)
 loadSession (JSession $session=null)
 afterSessionStart ()
- Fonctions membres publiques inherited from JApplicationBase
 close ($code=0)
 getIdentity ()
 registerEvent ($event, $handler)
 triggerEvent ($event, array $args=null)
 loadDispatcher (JEventDispatcher $dispatcher=null)
 loadIdentity (JUser $identity=null)

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JApplicationWeb
static getInstance ($name=null)
- Attributs publics inherited from JApplicationWeb
 $charSet = 'utf-8'
 $mimeType = 'text/html'
 $modifiedDate
 $client
- Attributs publics inherited from JApplicationBase
 $input = null
- Fonctions membres protégées inherited from JApplicationWeb
 doExecute ()
 render ()
 compress ()
 respond ()
 checkConnectionAlive ()
 checkHeadersSent ()
 detectRequestUri ()
 fetchConfigurationData ($file= '', $class= 'JConfig')
 header ($string, $replace=true, $code=null)
 loadSystemUris ($requestUri=null)
- Attributs protégés inherited from JApplicationWeb
 $config
 $document
 $language
 $session
 $response
- Attributs protégés inherited from JApplicationBase
 $dispatcher
 $identity
- Attributs protégés statiques inherited from JApplicationWeb
static $instance

Description détaillée

Définition à la ligne 21 du fichier web.php.


Documentation des constructeurs et destructeur

JWeb::__construct ( JInput  $input = null,
JRegistry  $config = null,
JApplicationWebClient  $client = null 
)

Class constructor.

Paramètres:
mixed$inputAn optional argument to provide dependency injection for the application's input object. If the argument is a JInput object that object will become the application's input object, otherwise a default input object is created.
mixed$configAn optional argument to provide dependency injection for the application's config object. If the argument is a JRegistry object that object will become the application's config object, otherwise a default config object is created.
mixed$clientAn optional argument to provide dependency injection for the application's client object. If the argument is a JApplicationWebClient object that object will become the application's client object, otherwise a default client object is created.
Depuis:
11.3
Obsolète:
12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead.

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

Définition à la ligne 39 du fichier web.php.

Références JLog\add(), et JLog\WARNING.

{
JLog::add('JWeb is deprecated. Use JApplicationWeb instead.', JLog::WARNING, 'deprecated');
parent::__construct($input, $config, $client);
}

+ Voici le graphe d'appel pour cette fonction :


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