Application
interface Application
Methods
int
call(string $command, array $parameters = [])
Call a console application command.
string
output()
Get the output from the last command.
Details
at line 14
int
call(string $command, array $parameters = [])
Call a console application command.
at line 21
string
output()
Get the output from the last command.