Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/Session/SessionBagInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
25 */ | 25 */ |
26 public function getName(); | 26 public function getName(); |
27 | 27 |
28 /** | 28 /** |
29 * Initializes the Bag. | 29 * Initializes the Bag. |
30 * | |
31 * @param array $array | |
32 */ | 30 */ |
33 public function initialize(array &$array); | 31 public function initialize(array &$array); |
34 | 32 |
35 /** | 33 /** |
36 * Gets the storage key for this bag. | 34 * Gets the storage key for this bag. |