comparison vendor/symfony/http-foundation/Session/Storage/MetadataBag.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 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
52 * @var int 52 * @var int
53 */ 53 */
54 private $updateThreshold; 54 private $updateThreshold;
55 55
56 /** 56 /**
57 * Constructor.
58 *
59 * @param string $storageKey The key used to store bag in the session 57 * @param string $storageKey The key used to store bag in the session
60 * @param int $updateThreshold The time to wait between two UPDATED updates 58 * @param int $updateThreshold The time to wait between two UPDATED updates
61 */ 59 */
62 public function __construct($storageKey = '_sf2_meta', $updateThreshold = 0) 60 public function __construct($storageKey = '_sf2_meta', $updateThreshold = 0)
63 { 61 {