HosipLan

Untitled

Jul 3rd, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. public function setFilter($name, $value)
  2. {
  3.     $filter = $this->getSession('filter/' . $name);
  4.     $filter->state = $value;
  5. }
  6.  
  7. public function getFilter($name)
  8. {
  9.     $filter = $this->getSession('filter/' . $name);
  10.     return $filter->state;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment