PHP Класс SensioLabs\DeprecationDetector\Violation\Renderer\Console\BaseRenderer

Наследование: implements SensioLabs\DeprecationDetector\Violation\Renderer\RendererInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$messageHelper SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper
$output Symfony\Component\Console\Output\OutputInterface

Открытые методы

Метод Описание
__construct ( Symfony\Component\Console\Output\OutputInterface $output, SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper $messageHelper )
renderViolations ( array $violations, array $errors )

Защищенные методы

Метод Описание
printErrors ( array $errors )
printViolations ( array $violations )

Описание методов

__construct() публичный Метод

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

printErrors() защищенный Метод

protected printErrors ( array $errors )
$errors array

printViolations() абстрактный защищенный Метод

abstract protected printViolations ( array $violations )
$violations array

renderViolations() публичный Метод

public renderViolations ( array $violations, array $errors )
$violations array
$errors array

Описание свойств

$messageHelper защищенное свойство

protected MessageHelper,SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper $messageHelper
Результат SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper

$output защищенное свойство

protected OutputInterface,Symfony\Component\Console\Output $output
Результат Symfony\Component\Console\Output\OutputInterface