getSort() public method
Returns the sorting object used by this data provider.
public yii\data\Sort|boolean getSort ( ) | ||
---|---|---|
return | yii\data\Sort|boolean |
The sorting object. If this is false, it means the sorting is disabled. |
getSort() public method
Returns the sorting object used by this data provider.
public yii\data\Sort|boolean getSort ( ) | ||
---|---|---|
return | yii\data\Sort|boolean |
The sorting object. If this is false, it means the sorting is disabled. |
Please login to continue.