コード例 #1
0
ファイル: Session.php プロジェクト: rouffj/symfony
 /**
  * {@iheritdoc}
  */
 public function getMetadataBag()
 {
     return $this->storage->getMetadataBag();
 }
コード例 #2
0
 public function getMetadataBag()
 {
     return $this->innerSessionStorage->getMetadataBag();
 }
 /**
  * @inheritdoc
  */
 public function getMetadataBag()
 {
     $this->replaceSessionId();
     return $this->decorated->getMetadataBag();
 }