Transphpile\Console\Application::doRun PHP Method

doRun() public method

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer
    public function doRun(InputInterface $input, OutputInterface $output)
    {
        // Store IO in application
        $this->io = new SymfonyIO($input, $output);
        return parent::doRun($input, $output);
    }