class
Illuminate
/
Console
/
Events
/
CommandStarting
CommandStarting
Properties
public
$command string
The command name.
Default: null
public
$input Symfony\...\InputInterface|null
The console input implementation.
Default: null
public
$output Symfony\...\OutputInterface|null
The command output implementation.
Default: null
Methods
public
__construct ( $command , Symfony\...\InputInterface $input , Symfony\...\OutputInterface $output ) : void
Create a new event instance.
Parameters
- $command string
- $input Symfony\...\InputInterface
- $output Symfony\...\OutputInterface