Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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) | |
Service provider for the application's session dependency
|
private |
Build the root session service
StorageInterface | $storage | The session storage engine. |
CMSApplicationInterface | $app | The application instance. |
DispatcherInterface | $dispatcher | The event dispatcher. |
array | $options | The configured session options. |
Références $app, $input, $options, DispatcherInterface\addListener(), Priority\HIGH, et SessionEvents\START.
|
private |
Registers the session handler as a service
Container | $container | The container to register the service to. |
\SessionHandlerInterface | $sessionHandler | The session handler. |
Références $container, et class.