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

Fonctions membres privées

 buildSession (StorageInterface $storage, CMSApplicationInterface $app, DispatcherInterface $dispatcher, array $options)
 
 registerSessionHandlerAsService (Container $container, \SessionHandlerInterface $sessionHandler)
 

Membres hérités additionnels

- Fonctions membres publiques hérités de ServiceProviderInterface
 register (Container $container)
 

Description détaillée

Service provider for the application's session dependency

Depuis
4.0.0

Documentation des fonctions membres

◆ buildSession()

buildSession ( StorageInterface  $storage,
CMSApplicationInterface  $app,
DispatcherInterface  $dispatcher,
array  $options 
)
private

Build the root session service

Paramètres
StorageInterface$storageThe session storage engine.
CMSApplicationInterface$appThe application instance.
DispatcherInterface$dispatcherThe event dispatcher.
array$optionsThe configured session options.
Renvoie
SessionInterface
Depuis
4.0.0

Références $app, $input, $options, DispatcherInterface\addListener(), Priority\HIGH, et SessionEvents\START.

◆ registerSessionHandlerAsService()

registerSessionHandlerAsService ( Container  $container,
\SessionHandlerInterface  $sessionHandler 
)
private

Registers the session handler as a service

Paramètres
Container$containerThe container to register the service to.
\SessionHandlerInterface$sessionHandlerThe session handler.
Renvoie
void
Depuis
4.0.0

Références $container, et class.


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