Beispiel #1
0
 /**
  * {@iheritdoc}
  */
 public function getMetadataBag()
 {
     return $this->storage->getMetadataBag();
 }
 public function getMetadataBag()
 {
     return $this->innerSessionStorage->getMetadataBag();
 }
 /**
  * @inheritdoc
  */
 public function getMetadataBag()
 {
     $this->replaceSessionId();
     return $this->decorated->getMetadataBag();
 }