Phalcon\Db\Adapter\MongoDB\Model\BSONArray::bsonSerialize PHP 메소드

bsonSerialize() 공개 메소드

The array data will be numerically reindexed to ensure that it is stored as a BSON array.
또한 보기: http://php.net/mongodb-bson-serializable.bsonserialize
public bsonSerialize ( ) : array
리턴 array
    public function bsonSerialize()
    {
        return array_values($this->getArrayCopy());
    }