$uniqueId public read-only property The unique ID of the module. public string getUniqueId ( )
$urlManager public read-only property The URL manager for this application. public yii\web\UrlManager getUrlManager ( )
$runtimePath public property The directory that stores runtime files. Defaults to the "runtime" subdirectory under $basePath. public string getRuntimePath ( )public void setRuntimePath ( $path )
$state public property The current application state during a request handling life cycle. This property is managed by the application. Do not modify this property. public integer $state = null
$sourceLanguage public property The language that the application is written in. This mainly refers to the language that the messages and view files are written in. See also $language. public string $sourceLanguage = 'en-US'
$security public read-only property The security application component. public yii\base\Security getSecurity ( )
$requestedRoute public property The requested route public string $requestedRoute = null
$response public read-only property The response component. public yii\web\Response|yii\console\Response getResponse ( )
$requestedParams public property The parameters supplied to the requested action. public array $requestedParams = null
$request public read-only property The request component. public yii\web\Request|yii\console\Request getRequest ( )
Page 587 of 633