예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function setInput(InputInterface $input)
 {
     $this->adapter->setInput($input);
     return $this;
 }