PHP 인터페이스 SensioLabs\Deptrac\OutputFormatter\OutputFormatterInterface

파일 보기 프로젝트 열기: sensiolabs-de/deptrac 0 사용 예제들

공개 메소드들

메소드 설명
configureOptions ( ) : OutputFormatterOption[]
finish ( DependencyContext $dependencyContext, Symfony\Component\Console\Output\OutputInterface $output, OutputFormatterInput $outputFormatterInput ) : mixed Renders the final result.
getName ( ) : string

메소드 상세

configureOptions() 공개 메소드

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

finish() 공개 메소드

Renders the final result.
public finish ( DependencyContext $dependencyContext, Symfony\Component\Console\Output\OutputInterface $output, OutputFormatterInput $outputFormatterInput ) : mixed
$dependencyContext SensioLabs\Deptrac\DependencyContext
$output Symfony\Component\Console\Output\OutputInterface
$outputFormatterInput OutputFormatterInput
리턴 mixed

getName() 공개 메소드

public getName ( ) : string
리턴 string Used as an identifier to access to the formatter or to display something more user-friendly to the user when referring to the formatter.