class Illuminate / Console / Events / CommandStarting
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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