/**
  * collects filter value from request variables (GET or POST).
  */
 protected function collectRequestValue()
 {
     $this->value = Validation::collectIntegerArrayRequestVar($this->key);
 }