Exemple #1
0
 /**
  * Check whether a specific filter exists at key $name or not
  *
  * @param string $name Index in the composite
  * @return bool
  */
 public function hasFilter($name)
 {
     return $this->filterComposite->hasFilter($name);
 }