reference/ds/ds.deque.xml
6ceccac7860f382f16ac1407baf54f656e85ca0b
...
...
@@ -4,7 +4,7 @@
4
4
<phpdoc:classref xml:id="class.ds-deque" 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 Deque class</title>
7
-
<titleabbrev>Deque</titleabbrev>
7
+
<titleabbrev>Ds\Deque</titleabbrev>
8
8

9
9
<partintro>
10
10

...
...
@@ -78,9 +78,12 @@
78
78
<oointerface>
79
79
<interfacename>Ds\Sequence</interfacename>
80
80
</oointerface>
81
+
<oointerface>
82
+
<interfacename>ArrayAccess</interfacename>
83
+
</oointerface>
81
84
</classsynopsisinfo>
82
85
<!-- }}} -->
83
-
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
86
+
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
84
87
<fieldsynopsis>
85
88
<modifier>const</modifier>
86
89
<type>int</type>
...
...
@@ -113,6 +116,29 @@
113
116
</section>
114
117
<!-- }}} -->
115
118

119
+
<section role="changelog">
120
+
&reftitle.changelog;
121
+
<para>
122
+
<informaltable>
123
+
<tgroup cols="2">
124
+
<thead>
125
+
<row>
126
+
<entry>&Version;</entry>
127
+
<entry>&Description;</entry>
128
+
</row>
129
+
</thead>
130
+
<tbody>
131
+
<row>
132
+
<entry>PECL ds 1.3.0</entry>
133
+
<entry>
134
+
The class now implements <classname>ArrayAccess</classname>.
135
+
</entry>
136
+
</row>
137
+
</tbody>
138
+
</tgroup>
139
+
</informaltable>
140
+
</para>
141
+
</section>
116
142

117
143
</partintro>
118
144

119
145