PHP Class SensioLabs\DeprecationDetector\Violation\Renderer\Console\SimpleRenderer

Inheritance: extends BaseRenderer
Show file Open project: sensiolabs-de/deprecation-detector

Public Methods

Method Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output, SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper $messageHelper )

Protected Methods

Method Description
printViolations ( array $violations )

Method Details

__construct() public method

public __construct ( Symfony\Component\Console\Output\OutputInterface $output, SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper $messageHelper )
$output Symfony\Component\Console\Output\OutputInterface
$messageHelper SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper

printViolations() protected method

protected printViolations ( array $violations )
$violations array