ProxyCommand
Class
extends
BaseCommand
Final:
Yes
Adapts migrated Symfony commands to Composer's BaseCommand contract.
Properties
: Command
Methods
: mixed
: int
public
__construct(Command
$command) : mixed
Parameters
$command
:
Command
Description
the Symfony command adapted for Composer plugin execution
protected
execute(InputInterface
$input, OutputInterface
$output) : int
Parameters
$input
:
InputInterface
$output
:
OutputInterface
Return values
int