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

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

QuestionHelper constructor.
public __construct ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(InputInterface $input = null, OutputInterface $output = null)
    {
        $this->input = $input ?: new ArgvInput();
        $this->output = $output ?: new ConsoleOutput();
    }