메소드 |
설명 |
|
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. |
|