ProxyCommand

Class
extends BaseCommand
Final: Yes

Adapts migrated Symfony commands to Composer's BaseCommand contract.

Table of Contents

Properties

 : Command

Methods

Properties

$command

Private Read-only
private Command $command
Methods

__construct()

Public
public __construct(Command  $command) : mixed
Parameters
$command : Command

Description

the Symfony command adapted for Composer plugin execution

execute()

Protected
protected execute(InputInterface  $input, OutputInterface  $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int