getRuntimePath() public method Returns the directory that stores runtime files. public string getRuntimePath ( )return string The directory that stores runtime files. Defaults to the "runtime" subdirectory under $basePath.
getResponse() public method Returns the response component. public yii\web\Response|yii\console\Response getResponse ( )return yii\web\Response|yii\console\Response The response component.
getRequest() public method Returns the request component. public yii\web\Request|yii\console\Request getRequest ( )return yii\web\Request|yii\console\Request The request component.
getMailer() public method Returns the mailer component. public yii\mail\MailerInterface getMailer ( )return yii\mail\MailerInterface The mailer application component.
getLog() public method Returns the log dispatcher component. public yii\log\Dispatcher getLog ( )return yii\log\Dispatcher The log dispatcher application component.
getErrorHandler() public method Returns the error handler component. public yii\web\ErrorHandler|yii\console\ErrorHandler getErrorHandler ( )return yii\web\ErrorHandler|yii\console\ErrorHandler The error handler application component.
getFormatter() public method Returns the formatter component. public yii\i18n\Formatter getFormatter ( )return yii\i18n\Formatter The formatter application component.
getI18n() public method Returns the internationalization (i18n) component public yii\i18n\I18N getI18n ( )return yii\i18n\I18N The internationalization application component.
getDb() public method Returns the database connection component. public yii\db\Connection getDb ( )return yii\db\Connection The database connection.
getCache() public method Returns the cache component. public yii\caching\Cache getCache ( )return yii\caching\Cache The cache application component. Null if the component is not enabled.
Page 585 of 633