Phalcon\Db\Adapter\MongoDB\Model\BSONDocument::bsonSerialize PHP Method

bsonSerialize() public method

Serialize the document to BSON.
See also: http://php.net/mongodb-bson-serializable.bsonserialize
public bsonSerialize ( ) : object
return object
    public function bsonSerialize()
    {
        return (object) $this->getArrayCopy();
    }