-
-
Notifications
You must be signed in to change notification settings - Fork 0
CodeStyleCommand
Felipe Sayão Lobato Abreu edited this page Mar 24, 2026
·
0 revisions
- Full name:
\FastForward\DevTools\Command\CodeStyleCommand - Parent class:
\FastForward\DevTools\Command\AbstractCommand - This class is marked as final and can't be subclassed
- This class is a Final class
| Constant | Visibility | Type | Value |
|---|---|---|---|
CONFIG |
public | 'ecs.php' |
protected configure(): voidprotected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$input |
\Symfony\Component\Console\Input\InputInterface | |
$output |
\Symfony\Component\Console\Output\OutputInterface |
public __construct(\Symfony\Component\Filesystem\Filesystem|null $filesystem = null): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$filesystem |
\Symfony\Component\Filesystem\Filesystem|null |
protected runProcess(\Symfony\Component\Process\Process $command, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$command |
\Symfony\Component\Process\Process | |
$output |
\Symfony\Component\Console\Output\OutputInterface |
protected getCurrentWorkingDirectory(): stringprotected getAbsolutePath(string $relativePath): stringParameters:
| Parameter | Type | Description |
|---|---|---|
$relativePath |
string |
protected getConfigFile(string $filename, bool $force = false): stringParameters:
| Parameter | Type | Description |
|---|---|---|
$filename |
string | |
$force |
bool |
protected runCommand(string $commandName, \Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$commandName |
string | |
$input |
\Symfony\Component\Console\Input\InputInterface | |
$output |
\Symfony\Component\Console\Output\OutputInterface |
protected getPsr4Namespaces(): arrayprotected getTitle(): string