Fixes #5385: links created from classes to corresponding guide articles (#12920)

This commit is contained in:
Boudewijn Vahrmeijer
2016-11-04 16:55:14 +01:00
committed by Alexander Makarov
parent 6b73cfccbb
commit 32f4dc8997
110 changed files with 223 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ use yii\di\ServiceLocator;
* [[components|Components]] may be registered with the module so that they are globally
* accessible within the module.
*
* For more details and usage information on Module, see the [guide article on modules](guide:structure-modules).
*
* @property array $aliases List of path aliases to be defined. The array keys are alias names (must start
* with `@`) and the array values are the corresponding paths or aliases. See [[setAliases()]] for an example.
* This property is write-only.