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

bsonSerialize() 공개 메소드

Serialize the document to BSON.
또한 보기: http://php.net/mongodb-bson-serializable.bsonserialize
public bsonSerialize ( ) : object
리턴 object
    public function bsonSerialize()
    {
        return (object) $this->getArrayCopy();
    }