Documentation

Application

Table of Contents

call()  : int
Call a console application command.
output()  : string
Get the output from the last command.

Methods

call()

Call a console application command.

public call(string $command[, array<string|int, mixed> $parameters = [] ]) : int
Parameters
$command : string
$parameters : array<string|int, mixed> = []
Return values
int

output()

Get the output from the last command.

public output() : string
Return values
string

Search results