CommandFinished
class CommandFinished (View source)
Properties
| string | $command | The command name. | |
| InputInterface|null | $input | The console input implementation. | |
| OutputInterface|null | $output | The command output implementation. | |
| int | $exitCode | The command exit code. |
Methods
| void | __construct(string $command, InputInterface $input, OutputInterface $output, int $exitCode) Create a new event instance. |
Details
void __construct(string $command, InputInterface $input, OutputInterface $output, int $exitCode)
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/6.x/Illuminate/Console/Events/CommandFinished.html