CommandStarting
in package
Table of Contents
- $command : string
- The command name.
- $input : InputInterface|null
- The console input implementation.
- $output : OutputInterface|null
- The command output implementation.
- __construct() : void
- Create a new event instance.
Properties
$command
The command name.
public
string
$command
$input
The console input implementation.
public
InputInterface|null
$input
$output
The command output implementation.
public
OutputInterface|null
$output
Methods
__construct()
Create a new event instance.
public
__construct(string $command, InputInterface $input, OutputInterface $output) : void
Parameters
- $command : string
- $input : InputInterface
- $output : OutputInterface