base\Application $uniqueId

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

base\Application $urlManager

$urlManager public read-only property The URL manager for this application. public yii\web\UrlManager getUrlManager ( )

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

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

base\Application $response

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

base\Application $requestedParams

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

base\Application $request

$request public read-only property The request component. public yii\web\Request|yii\console\Request getRequest ( )