From e8cbc4f8f65fe010081b65f940347a94bcb985be Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Wed, 4 Nov 2015 19:54:56 +0000 Subject: [PATCH] MongoDB\Driver\Cursor::__construct() is private git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338086 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mongodb/driver/cursor/construct.xml | 57 ++++--------------- 1 file changed, 10 insertions(+), 47 deletions(-) diff --git a/reference/mongodb/mongodb/driver/cursor/construct.xml b/reference/mongodb/mongodb/driver/cursor/construct.xml index b325c7257d..d3ecd9bfc3 100644 --- a/reference/mongodb/mongodb/driver/cursor/construct.xml +++ b/reference/mongodb/mongodb/driver/cursor/construct.xml @@ -4,42 +4,25 @@ MongoDB\Driver\Cursor::__construct - Description + Create a new Cursor &reftitle.description; - final public MongoDB\Driver\Cursor::__construct - Serverserver - stringresponseDocument + final private MongoDB\Driver\Cursor::__construct + - + MongoDB\Driver\Cursor objects are returned as the + result of an executed command or query and cannot be constructed directly. &reftitle.parameters; - - - server - - - - - - - - responseDocument - - - - - - - + &no.function.parameters; @@ -57,33 +40,13 @@ - - &reftitle.examples; - - <function>MongoDB\Driver\Cursor::__construct</function> example - - -]]> - - &example.outputs.similar; - - - - - - - &reftitle.seealso; - + MongoDB\Driver\Manager::executeCommand + MongoDB\Driver\Manager::executeQuery + MongoDB\Driver\Server::executeCommand + MongoDB\Driver\Server::executeQuery