Back to Joomla project (class list)

Class MetadataManagerListener - list of methods

Event listener for session events regarding the session metadata for users.
Package: Joomla\CMS\Session\EventListener
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Session/EventListener/MetadataManagerListener.php
Project: Joomla

Method Summary

public
(\Joomla\CMS\Session\MetadataManager $metadataManager, \Joomla\Registry\Registry $config)

Constructor.
Parameters
  • \Joomla\CMS\Session\MetadataManager $metadataManager Session metadata manager.
  • \Joomla\Registry\Registry $config Application configuration.
Since
  • 4.0.0
Show source code of this method: __construct Source Code

public void
(\Joomla\Session\SessionEvent $event)

Listener for the `session.start` event.
Parameters
  • \Joomla\Session\SessionEvent $event The session event.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: onAfterSessionStart Source Code

Properties Summary

private \Joomla\CMS\Session\MetadataManager
$metadataManager
Session metadata manager.
Since
  • 4.0.0
private \Joomla\Registry\Registry
$config
Application configuration.
Since
  • 4.0.0

Tags Summary

Since
4.0.0