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

bsonSerialize() 공개 메소드

Serialize the index information to BSON for index creation.
또한 보기: MongoDB\Collection::createIndexes()
또한 보기: http://php.net/mongodb-bson-serializable.bsonserialize
public bsonSerialize ( ) : array
리턴 array
    public function bsonSerialize()
    {
        return $this->index;
    }