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

@ -9,6 +9,7 @@ namespace yii\web;
use Yii;
use ArrayIterator;
use yii\base\Arrayable;
use yii\base\InvalidCallException;
use yii\base\Object;
@ -22,7 +23,7 @@ use yii\base\Object;
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class CookieCollection extends Object implements \IteratorAggregate, \ArrayAccess, \Countable
class CookieCollection extends Object implements \IteratorAggregate, \ArrayAccess, \Countable, Arrayable
{
/**
* @var boolean whether this collection is read only.