Asm89\Twig\Lint\Output\CsvOutput::__construct PHP Method

__construct() public method

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