Add missing documentation for getSort (#11862) [skip ci]

This commit is contained in:
Nikola Kovacs
2016-07-01 17:25:31 +02:00
committed by Alexander Makarov
parent d9f1987d0f
commit 7e96db253d

View File

@ -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.
*/
public function getSort()