Example #1
0
 /**
  * @return array
  */
 public function getValues()
 {
     return $this->privateSession->get('values', (object) []);
 }
Example #2
0
 public function reset()
 {
     $this->privateSession->set('page', 1);
     $this->paginator->setPage(1);
 }