mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Add missing documentation for getSort (#11862) [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
d9f1987d0f
commit
7e96db253d
@ -203,6 +203,7 @@ abstract class BaseDataProvider extends Component implements DataProviderInterfa
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Returns the sorting object used by this data provider.
|
||||||
* @return Sort|boolean the sorting object. If this is false, it means the sorting is disabled.
|
* @return Sort|boolean the sorting object. If this is false, it means the sorting is disabled.
|
||||||
*/
|
*/
|
||||||
public function getSort()
|
public function getSort()
|
||||||
|
Reference in New Issue
Block a user