/**
  * Gets an input
  * @param string $name
  * @param mixed $filter
  * @param mixed $options
  * @return mixed
  */
 public function get($name, $filter = FILTER_DEFAULT, $options = null)
 {
     return $this->proxyFilter->get($name, $filter, $options);
 }