Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface SessionAwareWebApplicationInterface
+ Graphe d'héritage de SessionAwareWebApplicationInterface:

Fonctions membres publiques

 getSession ()
 
 setSession (SessionInterface $session)
 
 checkToken ($method='post')
 
 getFormToken ($forceNew=false)
 
- Fonctions membres publiques hérités de WebApplicationInterface
 getInput ()
 
 redirect ($url, $status=303)
 
 allowCache ($allow=null)
 
 setHeader ($name, $value, $replace=false)
 
 getHeaders ()
 
 clearHeaders ()
 
 sendHeaders ()
 
 setBody ($content)
 
 prependBody ($content)
 
 appendBody ($content)
 
 getBody ()
 
 getResponse ()
 
 isValidHttpStatus ($code)
 
 setResponse (ResponseInterface $response)
 
 isSslConnection ()
 
- Fonctions membres publiques hérités de ApplicationInterface
 close ($code=0)
 
 execute ()
 

Description détaillée

Application sub-interface defining a web application class which supports sessions

Depuis
2.0.0

Documentation des fonctions membres

◆ checkToken()

checkToken (   $method = 'post')

Checks for a form token in the request.

Paramètres
string$methodThe request method in which to look for the token key.
Renvoie
boolean
Depuis
2.0.0

◆ getFormToken()

getFormToken (   $forceNew = false)

Method to determine a hash for anti-spoofing variable names

Paramètres
boolean$forceNewIf true, force a new token to be created
Renvoie
string Hashed var name
Depuis
2.0.0

◆ getSession()

getSession ( )

Method to get the application session object.

Renvoie
SessionInterface The session object
Depuis
2.0.0

◆ setSession()

setSession ( SessionInterface  $session)

Sets the session for the application to use, if required.

Paramètres
SessionInterface$sessionA session object.
Renvoie
$this
Depuis
2.0.0

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