Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/plugins/../css/../../vendor/webklex/../stripe/../bin/../iyzico/./.././ezyang/.././guzzlehttp/../graham-campbell/../symfony/../composer/../ralouphie/../bin/./../nette/../league/../symfony/http-foundation/Session
الملفات الموجودة في هذا الـ Path:
.
..
Attribute
Flash
FlashBagAwareSessionInterface.php
Session.php
SessionBagInterface.php
SessionBagProxy.php
SessionFactory.php
SessionFactoryInterface.php
SessionInterface.php
SessionUtils.php
Storage

مشاهدة ملف: SessionFactoryInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpFoundation\Session;

/**
 * @author Kevin Bond <kevinbond@gmail.com>
 */
interface SessionFactoryInterface
{
    public function createSession(): SessionInterface;
}