mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 01:34:44 +08:00
Fixes #823: consistent interface naming
This commit is contained in:
@ -25,7 +25,7 @@ abstract class ListViewBase extends Widget
|
||||
*/
|
||||
public $options = array();
|
||||
/**
|
||||
* @var \yii\data\IDataProvider the data provider for the view. This property is required.
|
||||
* @var \yii\data\DataProviderInterface the data provider for the view. This property is required.
|
||||
*/
|
||||
public $dataProvider;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user