Example #1
0
 /**
  * @return $this
  */
 public function save()
 {
     $this->sessionWrapper->save($this->keyValueStore->getValues());
     return $this;
 }