|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct (SessionBagInterface $bag, array &$data, ?int &$usageIndex) | |
| clear () | |
| getBag () | |
| getName () | |
| getStorageKey () | |
| initialize (array &$array) | |
| isEmpty () | |
Definition at line 19 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::__construct | ( | SessionBagInterface | $bag, |
| array & | $data, | ||
| ?int & | $usageIndex | ||
| ) |
Definition at line 25 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::clear | ( | ) |
{Clears out data from bag.
Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.
Definition at line 79 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::getBag | ( | ) |
Definition at line 32 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::getName | ( | ) |
{Gets this bag's name.
Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.
Definition at line 52 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::getStorageKey | ( | ) |
{Gets the storage key for this bag.
Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.
Definition at line 71 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::initialize | ( | array & | $array | ) |
{Initializes the Bag.
| array | $array |
Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.
Definition at line 60 of file SessionBagProxy.php.
| Symfony\Component\HttpFoundation\Session\SessionBagProxy::isEmpty | ( | ) |
Definition at line 39 of file SessionBagProxy.php.