예제 #1
0
파일: Session.php 프로젝트: rouffj/symfony
 /**
  * {@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();
 }