Open Journal Systems
3.3.0
vendor/symfony/http-foundation/Session/SessionBagInterface.php
1
<?php
2
3
/*
4
* This file is part of the Symfony package.
5
*
6
* (c) Fabien Potencier <fabien@symfony.com>
7
*
8
* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
*/
11
12
namespace
Symfony\Component\HttpFoundation\Session
;
13
19
interface
SessionBagInterface
20
{
26
public
function
getName
();
27
31
public
function
initialize
(array &$array);
32
38
public
function
getStorageKey
();
39
45
public
function
clear
();
46
}
Symfony\Component\HttpFoundation\Session
Symfony\Component\HttpFoundation\Session\SessionBagInterface\clear
clear()
Symfony\Component\HttpFoundation\Session\SessionBagInterface\getName
getName()
Symfony\Component\HttpFoundation\Session\SessionBagInterface\initialize
initialize(array &$array)
Symfony\Component\HttpFoundation\Session\SessionBagInterface\getStorageKey
getStorageKey()
plugins
paymethod
paypal
vendor
symfony
http-foundation
Session
SessionBagInterface.php
Generated on Fri Aug 28 2020 14:53:36 for Open Journal Systems by
1.8.17