interface CommandLineControllerInterface
CommandLine controller interface
Methods
addDoneMethod(string $method_name)
Adding a method in the collection of done methods |
||
array |
getDoneMethods()
Get the collection of done methods |
|
setScript(string $script_name)
Set the current command line script called |
||
string|null |
getScript()
Get the current command line script called |
|
setParameters(array $params)
Set the command line parameters |
||
array |
getParameters()
Get the parameters collection |
Details
at line 38
public
addDoneMethod(string $method_name)
Adding a method in the collection of done methods
at line 44
public array
getDoneMethods()
Get the collection of done methods
at line 50
public
setScript(string $script_name)
Set the current command line script called
at line 56
public string|null
getScript()
Get the current command line script called
at line 62
public
setParameters(array $params)
Set the command line parameters
at line 68
public array
getParameters()
Get the parameters collection