Ejemplo n.º 1
0
 /**
  *
  * @return boolean
  */
 public function accept()
 {
     return $this->_model->applyFiltersToRow($this->current(), $this->_filter);
 }