Browse Source

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

ar-bug
Nikola Kovacs 8 years ago committed by Alexander Makarov
parent
commit
7e96db253d
  1. 1
      framework/data/BaseDataProvider.php

1
framework/data/BaseDataProvider.php

@ -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()

Loading…
Cancel
Save