runAction() public method
Runs a controller action specified by a route. This method parses the specified route and creates the corresponding child module(s), controller and action instances. It then calls yii\console\Controller::runAction() to run the action with the given parameters. If the route is empty, the method will use $defaultRoute. For example, to run public function actionTest($a, $b) assuming that the controller has options the following code should be used: \Yii::$app->runA