Platformsh\Cli\Helper\QuestionHelper::setInput PHP Метод

setInput() публичный Метод

public setInput ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
    public function setInput(InputInterface $input)
    {
        $this->input = $input;
    }