Open Journal Systems  3.3.0
lib/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 
20 {
26  public function getName();
27 
33  public function initialize(array &$array);
34 
40  public function getStorageKey();
41 
47  public function clear();
48 }
Symfony\Component\HttpFoundation\Session
Symfony\Component\HttpFoundation\Session\SessionBagInterface\clear
clear()
Symfony\Component\HttpFoundation\Session\SessionBagInterface\getName
getName()
Symfony\Component\HttpFoundation\Session\SessionBagInterface
Definition: lib/vendor/symfony/http-foundation/Session/SessionBagInterface.php:19
Symfony\Component\HttpFoundation\Session\SessionBagInterface\initialize
initialize(array &$array)
Symfony\Component\HttpFoundation\Session\SessionBagInterface\getStorageKey
getStorageKey()