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

9
9
<partintro>
10
10

...
...
@@ -67,10 +67,11 @@
67
67

68
68
<ooclass><classname>Ds\Vector</classname></ooclass>
69
69
<oointerface><interfacename>Ds\Sequence</interfacename></oointerface>
70
+
<oointerface><interfacename>ArrayAccess</interfacename></oointerface>
70
71

71
72
</classsynopsisinfo>
72
73
<!-- }}} -->
73
-
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
74
+
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
74
75
<fieldsynopsis>
75
76
<modifier>const</modifier>
76
77
<type>int</type>
...
...
@@ -103,6 +104,29 @@
103
104
</section>
104
105
<!-- }}} -->
105
106

107
+
<section role="changelog">
108
+
&reftitle.changelog;
109
+
<para>
110
+
<informaltable>
111
+
<tgroup cols="2">
112
+
<thead>
113
+
<row>
114
+
<entry>&Version;</entry>
115
+
<entry>&Description;</entry>
116
+
</row>
117
+
</thead>
118
+
<tbody>
119
+
<row>
120
+
<entry>PECL ds 1.3.0</entry>
121
+
<entry>
122
+
The class now implements <classname>ArrayAccess</classname>.
123
+
</entry>
124
+
</row>
125
+
</tbody>
126
+
</tgroup>
127
+
</informaltable>
128
+
</para>
129
+
</section>
106
130

107
131
</partintro>
108
132

109
133