mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
Update ArrayDataProvider.php
Update DataColumn.php Update CHANGELOG.md
This commit is contained in:

committed by
SilverFire - Dmitry Naumenko

parent
7dc9d07bcd
commit
7f3511a908
@ -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
|
||||
|
Reference in New Issue
Block a user