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