Asm89\Twig\Lint\Output\FullOutput::__construct PHP 메소드

__construct() 공개 메소드

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