mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
#9528: added missing data provider for JSON formatter test, added changelog and upgrade note, added @since
tag to new property
This commit is contained in:
@ -46,6 +46,7 @@ class XmlResponseFormatter extends Component implements ResponseFormatterInterfa
|
||||
public $itemTag = 'item';
|
||||
/**
|
||||
* @var boolean whether to enable to interpret implemented \Traversable interface objects as array
|
||||
* @since 2.0.7
|
||||
*/
|
||||
public $useTraversableAsArray = true;
|
||||
|
||||
|
Reference in New Issue
Block a user