mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
MongoDB\Driver\Cursor::__construct() is private
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338086 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ec6879325f
commit
e8cbc4f8f6
1 changed files with 10 additions and 47 deletions
|
@ -4,42 +4,25 @@
|
|||
<refentry xml:id="mongodb-driver-cursor.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>MongoDB\Driver\Cursor::__construct</refname>
|
||||
<refpurpose>Description</refpurpose>
|
||||
<refpurpose>Create a new Cursor</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>final</modifier> <modifier>public</modifier> <methodname>MongoDB\Driver\Cursor::__construct</methodname>
|
||||
<methodparam><type>Server</type><parameter>server</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>responseDocument</parameter></methodparam>
|
||||
<modifier>final</modifier> <modifier>private</modifier> <methodname>MongoDB\Driver\Cursor::__construct</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
<classname>MongoDB\Driver\Cursor</classname> objects are returned as the
|
||||
result of an executed command or query and cannot be constructed directly.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>server</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>responseDocument</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
&no.function.parameters;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
@ -57,33 +40,13 @@
|
|||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title><function>MongoDB\Driver\Cursor::__construct</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
/* ... */
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
...
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member></member>
|
||||
<member><function>MongoDB\Driver\Manager::executeCommand</function></member>
|
||||
<member><function>MongoDB\Driver\Manager::executeQuery</function></member>
|
||||
<member><function>MongoDB\Driver\Server::executeCommand</function></member>
|
||||
<member><function>MongoDB\Driver\Server::executeQuery</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue