-
-
Notifications
You must be signed in to change notification settings - Fork 0
AbstractCommand
Felipe Sayão Lobato Abreu edited this page Mar 24, 2026
·
0 revisions
- Full name:
\FastForward\DevTools\Command\AbstractCommand - Parent class:
BaseCommand - This class is an Abstract class
protected \Symfony\Component\Filesystem\Filesystem $filesystempublic __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