mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
@inheritdoc
notation changed
This commit is contained in:
@ -74,7 +74,7 @@ class ArrayDataProvider extends BaseDataProvider
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareModels()
|
||||
{
|
||||
@ -98,7 +98,7 @@ class ArrayDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareKeys($models)
|
||||
{
|
||||
@ -119,7 +119,7 @@ class ArrayDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareTotalCount()
|
||||
{
|
||||
|
Reference in New Issue
Block a user