getRequest() public method Returns the request component. public yii\console\Request getRequest ( )return yii\console\Request The request component.
getErrorHandler() public method Returns the error handler component. public yii\console\ErrorHandler getErrorHandler ( )return yii\console\ErrorHandler The error handler application component.
coreComponents() public method Returns the configuration of core application components. public void coreComponents ( )
coreCommands() public method Returns the configuration of the built-in commands. public array coreCommands ( )return array The configuration of the built-in commands.
$response public read-only property The response component. public yii\console\Response getResponse ( )
$request public read-only property The request component. public yii\console\Request getRequest ( )
$errorHandler public read-only property The error handler application component. public yii\console\ErrorHandler getErrorHandler ( )
$enableCoreCommands public property Whether to enable the commands provided by the core framework. Defaults to true. public boolean $enableCoreCommands = true
$defaultRoute public property The default route of this application. Defaults to 'help', meaning the help command. public string $defaultRoute = 'help'
$controller public property The currently active controller instance public yii\console\Controller $controller = null
Page 506 of 633