Phan\CLI::getOutput PHP Method

getOutput() public method

public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
return Symfony\Component\Console\Output\OutputInterface
    public function getOutput() : OutputInterface
    {
        return $this->output;
    }