Phan\Output\Printer\PylintPrinter::configureOutput PHP Метод

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

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