Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getName()
 {
     return $this->storage->getName();
 }
 public function getName()
 {
     return $this->innerSessionStorage->getName();
 }
 /**
  * @inheritdoc
  */
 public function getName()
 {
     $this->replaceSessionId();
     return $this->decorated->getName();
 }