Which for PHP

WhichCommand extends Command
in package

The `which` command.

Table of Contents

configure()  : void
Configures this command.
execute()  : int
Executes this command.

Methods

configure()

Configures this command.

protected configure() : void
Return values
void

execute()

Executes this command.

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface

The input arguments and options.

$output : OutputInterface

The console output.

Return values
int

The exit code.

Search results