-
-
Notifications
You must be signed in to change notification settings - Fork 0
ProxyCommand
github-actions edited this page Apr 26, 2026
·
1 revision
Adapts migrated Symfony commands to Composer's BaseCommand contract.
- Full name:
\FastForward\DevTools\Composer\Command\ProxyCommand - Parent class:
BaseCommand - This class is marked as final and can't be subclassed
- This class is a Final class
public __construct(\Symfony\Component\Console\Command\Command $command): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$command |
\Symfony\Component\Console\Command\Command | the Symfony command adapted for Composer plugin execution |
protected 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 |