Beispiel #1
0
 /**
  * @deprecated(EL): Only use DataView::applyFilter() for applying filter because all other functions are missing
  * column validation. Filter::matchAny() for the IdoQuery (or the DbQuery or the SimpleQuery I didn't have a look)
  * is required for the filter to work properly.
  */
 public function setFilter(Filter $filter)
 {
     $this->query->setFilter($filter);
     return $this;
 }