Property | Type | Description | |
---|---|---|---|
$mute | Mute the Applications ouput, this is used to make application cli tests with no output. The luya\console\Controller output/print methods are listening to this property. |
Method | Description | |
---|---|---|
coreCommands ( ) | Provides an array with all LUYA core commands. | |
coreComponents ( ) | ||
runAction ( $route, $params = [] ) | In addition to the default behavior of runAction, the console command will strip the first element of the route and threat it as a module changed the controller namespace to run the commands. |
public coreCommands ( ) |
public runAction ( $route, $params = [] ) |