Phan\Output\Printer\PylintPrinter::configureOutput PHP Method

configureOutput() public method

public configureOutput ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function configureOutput(OutputInterface $output)
    {
        $this->output = $output;
    }