reference/spl/countable/count.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="countable.count" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Countable::count</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>int</type><methodname>Countable::count</methodname>
14
-
<void />
11
+
<methodsynopsis role="Countable">
12
+
<modifier>public</modifier> <type>int</type><methodname>Countable::count</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This method is executed when using the <function>count</function> function on an
...
...
@@ -27,11 +26,11 @@
27
26
<refsect1 role="returnvalues">
28
27
&reftitle.returnvalues;
29
28
<para>
30
-
The custom count as an <type>integer</type>.
29
+
The custom count as an <type>int</type>.
31
30
</para>
32
31
<note>
33
32
<para>
34
-
The return value is cast to an <type>integer</type>.
33
+
The return value is cast to an <type>int</type>.
35
34
</para>
36
35
</note>
37
36
</refsect1>
...
...
@@ -79,7 +78,6 @@ I have been count()ed 10 times
79
78
</refsect1>
80
79

81
80
</refentry>
82
-

83
81
<!-- Keep this comment at the end of the file
84
82
Local variables:
85
83
mode: sgml
...
...
@@ -100,4 +98,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
100
98
vim: et tw=78 syn=sgml
101
99
vi: ts=1 sw=1
102
100
-->
103
-

104
101