class Illuminate / Console / Events / CommandFinished

CommandFinished

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
public

$exitCode int

The command exit code.

Default: null

Methods

public

__construct ( $command , Symfony\...\InputInterface $input , Symfony\...\OutputInterface $output , $exitCode ) : void

Create a new event instance.

Parameters

  • $command string
  • $input Symfony\...\InputInterface
  • $output Symfony\...\OutputInterface
  • $exitCode int