Removed implementation of Arrayable from yii\Object

This commit is contained in:
Qiang Xue
2014-01-21 16:44:28 -05:00
parent 4844886431
commit 9aa006e5ea
7 changed files with 9 additions and 19 deletions

View File

@@ -8,6 +8,7 @@
namespace yii\web;
use Yii;
use yii\base\Arrayable;
use yii\base\Object;
use ArrayIterator;
@@ -21,7 +22,7 @@ use ArrayIterator;
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class HeaderCollection extends Object implements \IteratorAggregate, \ArrayAccess, \Countable
class HeaderCollection extends Object implements \IteratorAggregate, \ArrayAccess, \Countable, Arrayable
{
/**
* @var array the headers in this collection (indexed by the header names)