Example #1
0
 /**
  * Check if a filter exists.
  *
  * @see \Decoda\Decoda::hasFilter()
  *
  * @param string $id
  *
  * @return bool
  */
 public function hasFilter($id)
 {
     return parent::hasFilter(strtolower($id));
 }