Update ArrayDataProvider.php

Update DataColumn.php

Update CHANGELOG.md
This commit is contained in:
PowerGamer1
2016-05-03 12:29:25 +03:00
committed by SilverFire - Dmitry Naumenko
parent 7dc9d07bcd
commit 7f3511a908
3 changed files with 11 additions and 1 deletions

View File

@ -63,7 +63,11 @@ class ArrayDataProvider extends BaseDataProvider
* The array elements must use zero-based integer keys.
*/
public $allModels;
/**
* @var string the name of the \yii\base\Model based class used to provide column labels.
* @since 2.0.9
*/
public $modelClass;
/**
* @inheritdoc