예제 #1
0
파일: Filter.php 프로젝트: mesour/filter
 /**
  * @return array
  */
 public function getValues()
 {
     return $this->privateSession->get('values', (object) []);
 }
예제 #2
0
파일: Pager.php 프로젝트: mesour/pager
 public function reset()
 {
     $this->privateSession->set('page', 1);
     $this->paginator->setPage(1);
 }