Skip to content

Commit

Permalink
use @inheritdoc for ActiveDataProvider::setSort
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Aug 25, 2013
1 parent 3812165 commit a2eb49c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions framework/yii/data/ActiveDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,7 @@ public function refresh()
}

/**
* Sets the sort definition for this data provider.
* @param array|Sort|boolean $value the sort definition to be used by this data provider.
* This can be one of the following:
*
* - a configuration array for creating the sort definition object. The "class" element defaults
* to 'yii\data\Sort'
* - an instance of [[Sort]] or its subclass
* - false, if sorting needs to be disabled.
*
* @throws InvalidParamException
* @inheritdoc
*/
public function setSort($value)
{
Expand Down

0 comments on commit a2eb49c

Please sign in to comment.