Phalcon\Db\Adapter\MongoDB\Model\BSONDocument::bsonSerialize PHP Méthode

bsonSerialize() public méthode

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