Exemple #1
0
 /**
  * @deprecated(EL): Only use DataView::applyFilter() for applying filter because all other functions are missing
  * column validation.
  */
 public function addFilter(Filter $filter)
 {
     $this->query->addFilter(clone $filter);
     $this->filter = $filter;
     // TODO: Hmmmm.... and?
     return $this;
 }
Exemple #2
0
 /**
  * @deprecated(EL): Only use DataView::applyFilter() for applying filter because all other functions are missing
  * column validation.
  */
 public function addFilter(Filter $filter)
 {
     $this->query->addFilter($filter);
     return $this;
 }