PHP Класс Mmoreram\PHPFormatter\Command\UseSortCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
configure ( ) configure.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute command.

Приватные методы

Метод Описание
createUseSorter ( array $options ) : UseSorter Create UseSorter Object given a configuration.
getUsableConfig ( Symfony\Component\Console\Input\InputInterface $input ) : array Load config.
parseAndFixFiles ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, IteratorAggregate $files, array $options ) : UseSortCommand Parse and fix all files found.
printConfigUsed ( Symfony\Component\Console\Output\OutputInterface $output, array $options ) : UseSortCommand Print the configuration used by the command.
printDryRunMessage ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $path ) : UseSortCommand Print the Dry-run message if needed.

Описание методов

configure() защищенный метод

configure.
protected configure ( )

execute() защищенный метод

Execute command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface Input
$output Symfony\Component\Console\Output\OutputInterface Output
Результат integer | null | void