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 
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()