Property | Type | Description | |
---|---|---|---|
$idKey | |||
$refKey |
Method | Description | |
---|---|---|
create ( string $collection, mixed $id, string $database = null ) : array | If no database is given, the current database is used. | |
get ( MongoDB $db, array $ref ) : array | null | Fetches the object pointed to by a reference | |
isRef ( mixed $ref ) : boolean | This not actually follow the reference, so it does not determine if it is broken or not. |