Exemple #1
0
 /**
  * Remove a filter from the composition.
  * To not extract "has" methods, you simply need to unregister it
  *
  * <code>
  * $filterComposite->removeFilter('has');
  * </code>
  *
  * @param $name
  * @return Filter\FilterComposite
  */
 public function removeFilter($name)
 {
     return $this->filterComposite->removeFilter($name);
 }