reference/mongodb/bson/persistable.xml
f820cd7c1196f5e67635c086df4401e4a3602818
...
...
@@ -26,17 +26,17 @@
26
26
information.
27
27
</para>
28
28
<note>
29
-
<para>
29
+
<simpara>
30
30
Even if <function>MongoDB\BSON\Serializable::bsonSerialize</function> would
31
31
return a sequential array, injection of the <property>__pclass</property>
32
32
property will cause the object to be serialized as a BSON document.
33
-
</para>
33
+
</simpara>
34
34
</note>
35
35
</section>
36
36
<!-- }}} -->
37
37

38
38
<section xml:id="mongodb-bson-persistable.synopsis">
39
-
&reftitle.classsynopsis;
39
+
&reftitle.interfacesynopsis;
40
40

41
41
<!-- {{{ Synopsis -->
42
42
<classsynopsis>
...
...
@@ -58,6 +58,9 @@
58
58
</classsynopsisinfo>
59
59
<!-- }}} -->
60
60

61
+
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
62
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-persistable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
63
+

61
64
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
62
65
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-serializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
63
66
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-unserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
...
...
@@ -68,6 +71,8 @@
68
71

69
72
</partintro>
70
73

74
+
&reference.mongodb.bson.entities.persistable;
75
+

71
76
</phpdoc:classref>
72
77

73
78
<!-- Keep this comment at the end of the file
74
79