Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function registerBag(SessionBagInterface $bag)
 {
     $this->bags[$bag->getStorageKey()] = $bag;
 }