mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.33
This commit is contained in:
@ -185,7 +185,6 @@ class Sort extends BaseObject
|
||||
* the `urlManager` application component will be used.
|
||||
*/
|
||||
public $urlManager;
|
||||
|
||||
/**
|
||||
* @var int Allow to control a value of the fourth parameter which will be
|
||||
* passed to [[ArrayHelper::multisort()]]
|
||||
@ -193,6 +192,7 @@ class Sort extends BaseObject
|
||||
*/
|
||||
public $sortFlags = SORT_REGULAR;
|
||||
|
||||
|
||||
/**
|
||||
* Normalizes the [[attributes]] property.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user