reference/intl/resourcebundle.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.resourcebundle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
3
+
<phpdoc:classref xml:id="class.resourcebundle" 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">
4
4
<title>The ResourceBundle class</title>
5
5
<titleabbrev>ResourceBundle</titleabbrev>
6
6

...
...
@@ -38,28 +38,60 @@
38
38
&reftitle.classsynopsis;
39
39

40
40
<!-- {{{ Synopsis -->
41
-
<classsynopsis>
41
+
<classsynopsis class="class">
42
42
<ooclass>
43
43
<classname>ResourceBundle</classname>
44
44
</ooclass>
45
45

46
-
<!-- {{{ Class synopsis -->
47
-
<classsynopsisinfo>
48
-
<ooclass>
49
-
<classname>ResourceBundle</classname>
50
-
</ooclass>
51
-
</classsynopsisinfo>
52
-
<!-- }}} -->
46
+
<oointerface>
47
+
<modifier>implements</modifier>
48
+
<interfacename>IteratorAggregate</interfacename>
49
+
</oointerface>
53
50

54
-
<classsynopsisinfo role="comment">Methods</classsynopsisinfo>
55
-
<xi:include
56
-
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
57
-
<xi:include
58
-
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
51
+
<oointerface>
52
+
<interfacename>Countable</interfacename>
53
+
</oointerface>
59
54

55
+
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
56
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ResourceBundle'])">
57
+
<xi:fallback/>
58
+
</xi:include>
59
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.resourcebundle')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='ResourceBundle'])">
60
+
<xi:fallback/>
61
+
</xi:include>
60
62
</classsynopsis>
61
63
<!-- }}} -->
62
64

65
+
<section role="changelog">
66
+
&reftitle.changelog;
67
+
<informaltable>
68
+
<tgroup cols="2">
69
+
<thead>
70
+
<row>
71
+
<entry>&Version;</entry>
72
+
<entry>&Description;</entry>
73
+
</row>
74
+
</thead>
75
+
<tbody>
76
+
<row>
77
+
<entry>8.0.0</entry>
78
+
<entry>
79
+
<classname>ResourceBundle</classname> implements
80
+
<interfacename>IteratorAggregate</interfacename> now.
81
+
Previously, <interfacename>Traversable</interfacename> was implemented instead.
82
+
</entry>
83
+
</row>
84
+
<row>
85
+
<entry>7.4.0</entry>
86
+
<entry>
87
+
<classname>ResourceBundle</classname> implements
88
+
<interfacename>Countable</interfacename> now.
89
+
</entry>
90
+
</row>
91
+
</tbody>
92
+
</tgroup>
93
+
</informaltable>
94
+
</section>
63
95
</section>
64
96

65
97
<!-- &reference.intl.resourcebundle-constants; -->
...
...
@@ -84,7 +116,6 @@
84
116
&reference.intl.entities.resourcebundle;
85
117

86
118
</phpdoc:classref>
87
-

88
119
<!-- Keep this comment at the end of the file
89
120
Local variables:
90
121
mode: sgml
91
122