interface Application (View source)

Methods

int
call( string $command, array $parameters = array())

Call a console application command.

string
output()

Get the output from the last command.

Details

at line line 14
int call( string $command, array $parameters = array())

Call a console application command.

Parameters

string $command
array $parameters

Return Value

int

at line line 21
string output()

Get the output from the last command.

Return Value

string