reference/ds/ds.map.xml
6ceccac7860f382f16ac1407baf54f656e85ca0b
...
...
@@ -4,7 +4,7 @@
4
4
<phpdoc:classref xml:id="class.ds-map" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
5
5

6
6
<title>The Map class</title>
7
-
<titleabbrev>Map</titleabbrev>
7
+
<titleabbrev>Ds\Map</titleabbrev>
8
8

9
9
<partintro>
10
10

...
...
@@ -59,9 +59,12 @@
59
59
<oointerface>
60
60
<interfacename>Ds\Collection</interfacename>
61
61
</oointerface>
62
+
<oointerface>
63
+
<interfacename>ArrayAccess</interfacename>
64
+
</oointerface>
62
65
</classsynopsisinfo>
63
66
<!-- }}} -->
64
-
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
67
+
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
65
68
<fieldsynopsis>
66
69
<modifier>const</modifier>
67
70
<type>int</type>
...
...
@@ -92,6 +95,29 @@
92
95
</section>
93
96
<!-- }}} -->
94
97

98
+
<section role="changelog">
99
+
&reftitle.changelog;
100
+
<para>
101
+
<informaltable>
102
+
<tgroup cols="2">
103
+
<thead>
104
+
<row>
105
+
<entry>&Version;</entry>
106
+
<entry>&Description;</entry>
107
+
</row>
108
+
</thead>
109
+
<tbody>
110
+
<row>
111
+
<entry>PECL ds 1.3.0</entry>
112
+
<entry>
113
+
The class now implements <classname>ArrayAccess</classname>.
114
+
</entry>
115
+
</row>
116
+
</tbody>
117
+
</tgroup>
118
+
</informaltable>
119
+
</para>
120
+
</section>
95
121

96
122
</partintro>
97
123

98
124