PHP 클래스 SensioLabs\DeprecationDetector\Violation\Renderer\Console\BaseRenderer

상속: implements SensioLabs\DeprecationDetector\Violation\Renderer\RendererInterface
파일 보기 프로젝트 열기: sensiolabs-de/deprecation-detector 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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