class SessionBagProxy implements SessionBagInterface
__construct(SessionBagInterface $bag, array $data, $usageIndex) | ||
SessionBagInterface | getBag() | |
bool | isEmpty() | |
string | getName() Gets this bag's name. | |
initialize(array $array) Initializes the Bag. | ||
string | getStorageKey() Gets the storage key for this bag. | |
mixed | clear() Clears out data from bag. |
SessionBagInterface | $bag | |
array | $data | |
$usageIndex |
SessionBagInterface |
bool |
Gets this bag's name.
string |
Initializes the Bag.
array | $array |
Gets the storage key for this bag.
string |
Clears out data from bag.
mixed | Whatever data was contained |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/SessionBagProxy.html