PHP 클래스 Asm89\Twig\Lint\Command\LintCommand
Original source from https://github.com/symfony/symfony/blob/6b66bc3226fae6e0416039de75f47f91db56bfd9/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php.
파일 보기
프로젝트 열기: 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 ) |
|
|
메소드 상세
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 |
|
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 |
|