Back to Joomla project (class list)

Class SessionFactory - list of methods

Factory for creating session API objects
Package: Joomla\CMS\Session
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Session/SessionFactory.php
Project: Joomla

Method Summary

public \Joomla\Session\HandlerInterface
(array $options)

Create a session handler based on the application configuration.
Parameters
  • array $options The options used to instantiate the SessionInterface instance.
Returns
  • \Joomla\Session\HandlerInterface
Since
  • 4.0.0
Show source code of this method: createSessionHandler Source Code

protected void
(\Symfony\Component\OptionsResolver\OptionsResolver $resolver)

Resolve the options for the session handler.
Parameters
  • \Symfony\Component\OptionsResolver\OptionsResolver $resolver The options resolver.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: configureSessionHandlerOptions Source Code

Tags Summary

Since
4.0.0