/**
  *
  * @return boolean
  */
 public function accept()
 {
     return $this->_model->applyFiltersToRow($this->current(), $this->_filter);
 }