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

@@ -45,6 +45,8 @@ use yii\helpers\ArrayHelper;
* Note: if you want to use the sorting feature, you must configure the [[sort]] property
* so that the provider knows which columns can be sorted.
*
* For more details and usage information on ArrayDataProvider, see the [guide article on data providers](guide:output-data-providers).
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/