Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ForwardedValidator
+ Graphe d'héritage de ForwardedValidator:

Fonctions membres publiques

 __construct (Input $input, SessionInterface $session)
 
 validate (bool $restart=false)
 

Attributs privés

 $input
 
 $session
 

Description détaillée

Interface for validating a part of the session

Depuis
2.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Input  $input,
SessionInterface  $session 
)

Constructor

Paramètres
Input$inputThe input object
SessionInterface$sessionDispatcherInterface for the session to use.
Depuis
2.0.0

Références ForwardedValidator\$input, et ForwardedValidator\$session.

Documentation des fonctions membres

◆ validate()

validate ( bool  $restart = false)

Validates the session

Paramètres
boolean$restartFlag if the session should be restarted
Renvoie
void
Depuis
2.0.0

Implémente ValidatorInterface.

Références null.

Documentation des champs

◆ $input

$input
private

◆ $session

$session
private

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