PHP 8.1.33
Preview: ValidatorInterface.php Size: 626 B
/home/jambtst2015/public_html/ida.com.ng/libraries/vendor/joomla/session/src/ValidatorInterface.php

<?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;

/**
 * Interface for validating a part of the session
 *
 * @since  2.0.0
 */
interface ValidatorInterface
{
	/**
	 * Validates the session
	 *
	 * @param   boolean  $restart  Flag if the session should be restarted
	 *
	 * @return  void
	 *
	 * @since   2.0.0
	 * @throws  Exception\InvalidSessionException
	 */
	public function validate(bool $restart = false): void;
}

Directory Contents

Dirs: 5 × Files: 8

Name Size Perms Modified Actions
Command 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
Handler DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Storage DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Validator DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
586 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
15.07 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.03 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1002 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
5.32 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.93 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.60 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
626 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download

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