$uniqueId public read-only property The unique ID of the module. public string getUniqueId ( )
$timeZone public property The time zone used by this application. public string getTimeZone ( )public void setTimeZone ( $value )
$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 ( )
$runtimePath public property The directory that stores runtime files. Defaults to the "runtime" subdirectory under $basePath. public string getRuntimePath ( )public void setRuntimePath ( $path )
$response public read-only property The response component. public yii\web\Response|yii\console\Response getResponse ( )
$requestedRoute public property The requested route public string $requestedRoute = null
$requestedParams public property The parameters supplied to the requested action. public array $requestedParams = null
$requestedAction public property The requested Action. If null, it means the request cannot be resolved into an action. public yii\base\Action $requestedAction = null
Page 587 of 633