PHP Интерфейс SensioLabs\Deptrac\OutputFormatter\OutputFormatterInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.