PHP 클래스 Asm89\Twig\Lint\Command\LintCommand

Original source from https://github.com/symfony/symfony/blob/6b66bc3226fae6e0416039de75f47f91db56bfd9/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php.
저자: Marc Weistroff ([email protected])
저자: Alexander ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: asm89/twig-lint

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getOutput ( Symfony\Component\Console\Output\OutputInterface $output, $format )
validateTemplate ( Twig_Environment $twig, Asm89\Twig\Lint\Output\OutputInterface $output, $template, $file = null, $onlyPrintErrors = false )

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getOutput() 보호된 메소드

protected getOutput ( Symfony\Component\Console\Output\OutputInterface $output, $format )
$output Symfony\Component\Console\Output\OutputInterface

validateTemplate() 보호된 메소드

protected validateTemplate ( Twig_Environment $twig, Asm89\Twig\Lint\Output\OutputInterface $output, $template, $file = null, $onlyPrintErrors = false )
$twig Twig_Environment
$output Asm89\Twig\Lint\Output\OutputInterface