|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<!-- $Revision$ --> |
3 |
| -<!-- EN-Revision: 0df9823f6a218f95f8aa9f5c0460009cec9ecfd0 Maintainer: yannick Status: ready --> |
| 2 | +<!-- EN-Revision: 4639881688d3faaf0073ad71fe0a4b730aea15a0 Maintainer: yannick Status: ready --> |
4 | 3 | <!-- Reviewed: no -->
|
5 | 4 |
|
6 | 5 | <reference xml:id="class.mongodb-driver-exception-bulkwriteexception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
35 | 34 |
|
36 | 35 | <ooclass>
|
37 | 36 | <modifier>extends</modifier>
|
38 |
| - <classname>MongoDB\Driver\Exception\WriteException</classname> |
| 37 | + <classname>MongoDB\Driver\Exception\ServerException</classname> |
39 | 38 | </ooclass>
|
40 | 39 |
|
41 | 40 | <oointerface>
|
42 | 41 | <interfacename>MongoDB\Driver\Exception\Exception</interfacename>
|
43 | 42 | </oointerface>
|
44 | 43 | </classsynopsisinfo>
|
45 | 44 | <!-- }}} -->
|
| 45 | + <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo> |
| 46 | + <fieldsynopsis> |
| 47 | + <modifier>protected</modifier> |
| 48 | + <type>MongoDB\Driver\WriteResult</type> |
| 49 | + <varname linkend="mongodb-driver-exception-bulkwriteexception.props.writeresult">writeResult</varname> |
| 50 | + </fieldsynopsis> |
46 | 51 | <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
|
47 |
| - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-writeexception.synopsis')/descendant::db:fieldsynopsis)" /> |
48 |
| - <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-serverexception.synopsis')/descendant::db:fieldsynopsis)" /> --> |
| 52 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-serverexception.synopsis')/descendant::db:fieldsynopsis)" />--> |
49 | 53 | <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-runtimeexception.synopsis')/descendant::db:fieldsynopsis)" />
|
50 | 54 | <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('runtimeexception.synopsis')/descendant::db:fieldsynopsis)" /> -->
|
51 | 55 | <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
|
52 | 56 |
|
53 | 57 | <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
|
54 |
| - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-writeexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> |
55 |
| - <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-serverexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> --> |
| 58 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-serverexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />--> |
56 | 59 | <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-runtimeexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
57 | 60 | <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.runtimeexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> -->
|
58 | 61 | <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
|
62 | 65 |
|
63 | 66 | </section>
|
64 | 67 |
|
| 68 | + <!-- {{{ MongoDB\Driver\Exception\BulkWriteException properties --> |
| 69 | + <section xml:id="mongodb-driver-exception-bulkwriteexception.props"> |
| 70 | + &reftitle.properties; |
| 71 | + <variablelist> |
| 72 | + <varlistentry xml:id="mongodb-driver-exception-bulkwriteexception.props.writeresult"> |
| 73 | + <term><varname>writeResult</varname></term> |
| 74 | + <listitem> |
| 75 | + <para> |
| 76 | + Le <type>MongoDB\Driver\WriteResult</type> associé à l'opération d'écriture |
| 77 | + échouée. |
| 78 | + </para> |
| 79 | + </listitem> |
| 80 | + </varlistentry> |
| 81 | + </variablelist> |
| 82 | + </section> |
| 83 | + <!-- }}} --> |
| 84 | + |
| 85 | + <section role="changelog"> |
| 86 | + &reftitle.changelog; |
| 87 | + <para> |
| 88 | + <informaltable> |
| 89 | + <tgroup cols="2"> |
| 90 | + <thead> |
| 91 | + <row> |
| 92 | + <entry>&Version;</entry> |
| 93 | + <entry>&Description;</entry> |
| 94 | + </row> |
| 95 | + </thead> |
| 96 | + <tbody> |
| 97 | + <row> |
| 98 | + <entry>PECL mongodb 2.0.0</entry> |
| 99 | + <entry> |
| 100 | + <para> |
| 101 | + Cette classe étend désormais |
| 102 | + <classname>MongoDB\Driver\Exception\ServerException</classname> |
| 103 | + au lieu de |
| 104 | + <classname>MongoDB\Driver\Exception\WriteException</classname>. |
| 105 | + </para> |
| 106 | + </entry> |
| 107 | + </row> |
| 108 | + </tbody> |
| 109 | + </tgroup> |
| 110 | + </informaltable> |
| 111 | + </para> |
| 112 | + </section> |
| 113 | + |
65 | 114 | </partintro>
|
66 | 115 |
|
67 | 116 | </reference>
|
|
0 commit comments