Deployer\Deployer::getOutput PHP Method

getOutput() public method

public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
return Symfony\Component\Console\Output\OutputInterface
    public function getOutput()
    {
        return $this['output'];
    }