PHP 클래스 SensioLabs\Deptrac\OutputFormatter\GraphVizOutputFormatter

상속: implements SensioLabs\Deptrac\OutputFormatter\OutputFormatterInterface
파일 보기 프로젝트 열기: sensiolabs-de/deptrac

보호된 프로퍼티들

프로퍼티 타입 설명
$eventDispatcher

공개 메소드들

메소드 설명
configureOptions ( ) : OutputFormatterOption[]
finish ( DependencyContext $dependencyContext, Symfony\Component\Console\Output\OutputInterface $output, OutputFormatterInput $outputFormatterInput )
getName ( )

비공개 메소드들

메소드 설명
calculateLayerDependencies ( SensioLabs\AstRunner\AstMap $astMap, DependencyResult $dependencyResult, SensioLabs\Deptrac\ClassNameLayerResolverInterface $classNameLayerResolver ) : array
calculateViolations ( array $violations ) : array

메소드 상세

configureOptions() 공개 메소드

public configureOptions ( ) : OutputFormatterOption[]
리턴 OutputFormatterOption[]

finish() 공개 메소드

public finish ( DependencyContext $dependencyContext, Symfony\Component\Console\Output\OutputInterface $output, OutputFormatterInput $outputFormatterInput )
$dependencyContext SensioLabs\Deptrac\DependencyContext
$output Symfony\Component\Console\Output\OutputInterface
$outputFormatterInput OutputFormatterInput

getName() 공개 메소드

public getName ( )

프로퍼티 상세

$eventDispatcher 보호되어 있는 프로퍼티

protected $eventDispatcher