Asm89\Twig\Lint\Console\Application::getDefaultCommands PHP 메소드

getDefaultCommands() 보호된 메소드

{@inheritDoc}
protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $commands = parent::getDefaultCommands();
        $commands[] = new LintCommand();
        return $commands;
    }