PHP Class Asm89\Twig\Lint\Output\FullOutput

Author: Marc Weistroff ([email protected])
Author: Alexander ([email protected])
Inheritance: implements Asm89\Twig\Lint\Output\OutputInterface
Datei anzeigen Open project: asm89/twig-lint

Public Methods

Method Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output )
error ( $template, Twig_Error $exception, $file = null ) {@inheritDoc}
ok ( $template, $file = null ) {@inheritDoc}
summary ( array $stats ) {@inheritDoc}

Protected Methods

Method Description
getContext ( $template, $line, $context = 3 )

Method Details

__construct() public method

public __construct ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

error() public method

{@inheritDoc}
public error ( $template, Twig_Error $exception, $file = null )
$exception Twig_Error

getContext() protected method

protected getContext ( $template, $line, $context = 3 )

ok() public method

{@inheritDoc}
public ok ( $template, $file = null )

summary() public method

{@inheritDoc}
public summary ( array $stats )
$stats array