PHP 8.1.33
Preview: SessionAwareWebApplicationInterface.php Size: 1.38 KB
/home/jambtst2015/public_html/ida.com.ng/libraries/vendor/joomla/application/src/SessionAwareWebApplicationInterface.php

<?php
/**
 * Part of the Joomla Framework Application 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\Application;

use Joomla\Session\SessionInterface;

/**
 * Application sub-interface defining a web application class which supports sessions
 *
 * @since  2.0.0
 */
interface SessionAwareWebApplicationInterface extends WebApplicationInterface
{
	/**
	 * Method to get the application session object.
	 *
	 * @return  SessionInterface  The session object
	 *
	 * @since   2.0.0
	 */
	public function getSession();

	/**
	 * Sets the session for the application to use, if required.
	 *
	 * @param   SessionInterface  $session  A session object.
	 *
	 * @return  $this
	 *
	 * @since   2.0.0
	 */
	public function setSession(SessionInterface $session);

	/**
	 * Checks for a form token in the request.
	 *
	 * @param   string  $method  The request method in which to look for the token key.
	 *
	 * @return  boolean
	 *
	 * @since   2.0.0
	 */
	public function checkToken($method = 'post');

	/**
	 * Method to determine a hash for anti-spoofing variable names
	 *
	 * @param   boolean  $forceNew  If true, force a new token to be created
	 *
	 * @return  string  Hashed var name
	 *
	 * @since   2.0.0
	 */
	public function getFormToken($forceNew = false);
}

Directory Contents

Dirs: 4 × Files: 9

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Event DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Exception DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Web DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
4.86 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
28.68 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.40 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
681 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.41 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.38 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.30 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.96 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.10 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).