示例#1
0
 /**
  * {@inheritDoc}
  */
 public function replace($input, $name)
 {
     parent::replace($input, $name);
     $input = $this->inputs[$name];
     if ($input instanceof InputInterface || $input instanceof InputFilterInterface) {
         $filter = $input->getFilterChain();
         $this->bindClosureFilter($filter);
     }
     return $this;
 }