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

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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="RecursiveIteratorIterator">
13
12
<modifier>public</modifier> <type>void</type><methodname>RecursiveIteratorIterator::setMaxDepth</methodname>
14
-
<methodparam choice="opt"><type>int</type><parameter>max_depth</parameter><initializer>-1</initializer></methodparam>
13
+
<methodparam choice="opt"><type>int</type><parameter>maxDepth</parameter><initializer>-1</initializer></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Set the maximum allowed depth.
...
...
@@ -26,7 +25,7 @@
26
25
<para>
27
26
<variablelist>
28
27
<varlistentry>
29
-
<term><parameter>max_depth</parameter></term>
28
+
<term><parameter>maxDepth</parameter></term>
30
29
<listitem>
31
30
<para>
32
31
The maximum allowed depth. <literal>-1</literal> is used
...
...
@@ -48,12 +47,11 @@
48
47
<refsect1 role="errors">
49
48
&reftitle.errors;
50
49
<para>
51
-
Emits an <classname>Exception</classname> if <parameter>max_depth</parameter> is less than <literal>-1</literal>.
50
+
Emits an <classname>Exception</classname> if <parameter>maxDepth</parameter> is less than <literal>-1</literal>.
52
51
</para>
53
52
</refsect1>
54
53

55
54
</refentry>
56
-

57
55
<!-- Keep this comment at the end of the file
58
56
Local variables:
59
57
mode: sgml
60
58