PHP Interface Asm89\Twig\Lint\Output\OutputInterface

Author: Alexander ([email protected])
Datei anzeigen Open project: asm89/twig-lint Interface Usage Examples

Public Methods

Method Description
error ( string $template, Twig_Error $error, string $file = null )
ok ( string $template, string $file = null )
summary ( array $stats )

Method Details

error() public method

public error ( string $template, Twig_Error $error, string $file = null )
$template string
$error Twig_Error
$file string

ok() public method

public ok ( string $template, string $file = null )
$template string
$file string

summary() public method

public summary ( array $stats )
$stats array Array with statistics about the linting run