base\Application $uniqueId

$uniqueId public read-only property The unique ID of the module. public string getUniqueId ( )

base\Application $timeZone

$timeZone public property The time zone used by this application. public string getTimeZone ( )public void setTimeZone ( $value )

base\Application $state

$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

base\Application $sourceLanguage

$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'

base\Application $security

$security public read-only property The security application component. public yii\base\Security getSecurity ( )

base\Application $runtimePath

$runtimePath public property The directory that stores runtime files. Defaults to the "runtime" subdirectory under $basePath. public string getRuntimePath ( )public void setRuntimePath ( $path )

base\Application $response

$response public read-only property The response component. public yii\web\Response|yii\console\Response getResponse ( )

base\Application $requestedRoute

$requestedRoute public property The requested route public string $requestedRoute = null

base\Application $requestedParams

$requestedParams public property The parameters supplied to the requested action. public array $requestedParams = null

base\Application $requestedAction

$requestedAction public property The requested Action. If null, it means the request cannot be resolved into an action. public yii\base\Action $requestedAction = null