See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401]
(no description)
File Size: | 238 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
IndexInfo:: (17 methods):
__construct()
__debugInfo()
__toString()
getKey()
getName()
getNamespace()
getVersion()
is2dSphere()
isGeoHaystack()
isSparse()
isText()
isTtl()
isUnique()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
__construct(array $info) X-Ref |
param: array $info Index info |
__debugInfo() X-Ref |
Return the collection info as an array. return: array |
__toString() X-Ref |
Return the index name to allow casting IndexInfo to string. return: string |
getKey() X-Ref |
Return the index key. return: array |
getName() X-Ref |
Return the index name. return: string |
getNamespace() X-Ref |
Return the index namespace (e.g. "db.collection"). return: string |
getVersion() X-Ref |
Return the index version. return: integer |
is2dSphere() X-Ref |
Return whether or not this index is of type 2dsphere. return: boolean |
isGeoHaystack() X-Ref |
Return whether or not this index is of type geoHaystack. return: boolean |
isSparse() X-Ref |
Return whether this is a sparse index. return: boolean |
isText() X-Ref |
Return whether or not this index is of type text. return: boolean |
isTtl() X-Ref |
Return whether this is a TTL index. return: boolean |
isUnique() X-Ref |
Return whether this is a unique index. return: boolean |
offsetExists($key) X-Ref |
Check whether a field exists in the index information. param: mixed $key return: boolean |
offsetGet($key) X-Ref |
Return the field's value from the index information. This method satisfies the Enumerating Indexes specification's requirement that index fields be made accessible under their original names. It may also be used to access fields that do not have a helper method. param: mixed $key return: mixed |
offsetSet($key, $value) X-Ref |
Not supported. param: mixed $key param: mixed $value return: void |
offsetUnset($key) X-Ref |
Not supported. param: mixed $key return: void |