Browse Source

mail to mailer & Routing and URL Creation section

tags/2.0.10
Roman Grinyov 8 years ago committed by GitHub
parent
commit
17871d0c41
  1. 4
      docs/guide/structure-application-components.md

4
docs/guide/structure-application-components.md

@ -101,7 +101,7 @@ if you do not specify its class, the default one will be used.
Please refer to the [Internationalization](tutorial-i18n.md) section for more details. Please refer to the [Internationalization](tutorial-i18n.md) section for more details.
* [[yii\log\Dispatcher|log]]: manages log targets. * [[yii\log\Dispatcher|log]]: manages log targets.
Please refer to the [Logging](runtime-logging.md) section for more details. Please refer to the [Logging](runtime-logging.md) section for more details.
* [[yii\swiftmailer\Mailer|mail]]: supports mail composing and sending. * [[yii\swiftmailer\Mailer|mailer]]: supports mail composing and sending.
Please refer to the [Mailing](tutorial-mailing.md) section for more details. Please refer to the [Mailing](tutorial-mailing.md) section for more details.
* [[yii\base\Application::response|response]]: represents the response being sent to end users. * [[yii\base\Application::response|response]]: represents the response being sent to end users.
Please refer to the [Responses](runtime-responses.md) section for more details. Please refer to the [Responses](runtime-responses.md) section for more details.
@ -111,7 +111,7 @@ if you do not specify its class, the default one will be used.
in [[yii\web\Application|Web applications]]. in [[yii\web\Application|Web applications]].
Please refer to the [Sessions and Cookies](runtime-sessions-cookies.md) section for more details. Please refer to the [Sessions and Cookies](runtime-sessions-cookies.md) section for more details.
* [[yii\web\UrlManager|urlManager]]: supports URL parsing and creation. * [[yii\web\UrlManager|urlManager]]: supports URL parsing and creation.
Please refer to the [URL Parsing and Generation](runtime-routing.md) section for more details. Please refer to the [Routing and URL Creation](runtime-routing.md) section for more details.
* [[yii\web\User|user]]: represents the user authentication information. This component is only available * [[yii\web\User|user]]: represents the user authentication information. This component is only available
in [[yii\web\Application|Web applications]] in [[yii\web\Application|Web applications]]
Please refer to the [Authentication](security-authentication.md) section for more details. Please refer to the [Authentication](security-authentication.md) section for more details.

Loading…
Cancel
Save