PHP Interface SensioLabs\Deptrac\OutputFormatter\OutputFormatterInterface

Show file Open project: sensiolabs-de/deptrac Interface Usage Examples

Public Methods

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

Method Details

configureOptions() public method

public configureOptions ( ) : OutputFormatterOption[]
return OutputFormatterOption[]

finish() public method

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
return mixed

getName() public method

public getName ( ) : string
return 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.