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

@ -52,7 +52,7 @@ use yii\validators\Validator;
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Model extends Component implements IteratorAggregate, ArrayAccess
class Model extends Component implements IteratorAggregate, ArrayAccess, Arrayable
{
/**
* The name of the default scenario.