PHP Interface SensioLabs\Deptrac\OutputFormatter\OutputFormatterInterface

Afficher le fichier Open project: sensiolabs-de/deptrac Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

public configureOptions ( ) : OutputFormatterOption[]
Résultat OutputFormatterOption[]

finish() public méthode

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
Résultat mixed

getName() public méthode

public getName ( ) : string
Résultat 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.