You are here

public function SessionBagInterface::initialize in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/SessionBagInterface.php \Symfony\Component\HttpFoundation\Session\SessionBagInterface::initialize()

Initializes the Bag.

Parameters

array $array:

4 methods override SessionBagInterface::initialize()
AttributeBag::initialize in vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
Initializes the Bag.
AutoExpireFlashBag::initialize in vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
Initializes the Bag.
FlashBag::initialize in vendor/symfony/http-foundation/Session/Flash/FlashBag.php
Initializes the Bag.
MetadataBag::initialize in vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
Initializes the Bag.

File

vendor/symfony/http-foundation/Session/SessionBagInterface.php, line 33

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function initialize(array &$array);