Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function setFilter($name, $value)
- {
- $filter = $this->getSession('filter/' . $name);
- $filter->state = $value;
- }
- public function getFilter($name)
- {
- $filter = $this->getSession('filter/' . $name);
- return $filter->state;
- }
Advertisement
Add Comment
Please, Sign In to add comment