Commit ea6da09f authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-45: Prototype for collection enumeration method

parent 448800b2
...@@ -68,6 +68,18 @@ class Database ...@@ -68,6 +68,18 @@ class Database
// TODO // TODO
} }
/**
* Returns information for all collections in this database.
*
* @see http://docs.mongodb.org/manual/reference/command/listCollections/
* @param array $options
* @return Result
*/
public function listCollections(array $options = array())
{
// TODO
}
/** /**
* Select a specific collection in this database * Select a specific collection in this database
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment