class CommandStarting (View source)

Methods

__construct(string $command, InputInterface $input, OutputInterface $output)

Create a new event instance.

Details

__construct(string $command, InputInterface $input, OutputInterface $output)

Create a new event instance.

Parameters

string $command

The command name.

InputInterface $input

The console input implementation.

OutputInterface $output

The command output implementation.