Skip to content

Commit 7bcff14

Browse files
committed
Add ext/spl methodsynopsis roles
php/doc-en@d51166c
1 parent 8a78e95 commit 7bcff14

402 files changed

Lines changed: 905 additions & 1202 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

reference/spl/appenditerator/append.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ad0e460b0213839e66de0793f3a2fde9415f57e3 Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.append" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::append</refname>
@@ -10,7 +9,7 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>void</type><methodname>AppendIterator::append</methodname>
1514
<methodparam><type>Iterator</type><parameter>iterator</parameter></methodparam>
1615
</methodsynopsis>
@@ -83,7 +82,6 @@ abcdef
8382
</refsect1>
8483

8584
</refentry>
86-
8785
<!-- Keep this comment at the end of the file
8886
Local variables:
8987
mode: sgml

reference/spl/appenditerator/construct.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: fda6c4efe20f441b2412e9dc37361e3cf25dcab9 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
44
<refentry xml:id="appenditerator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>AppendIterator::__construct</refname>
@@ -9,7 +9,7 @@
99

1010
<refsect1 role="description">
1111
&reftitle.description;
12-
<constructorsynopsis>
12+
<constructorsynopsis role="AppendIterator">
1313
<modifier>public</modifier> <methodname>AppendIterator::__construct</methodname>
1414
<void/>
1515
</constructorsynopsis>

reference/spl/appenditerator/current.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ad0e460b0213839e66de0793f3a2fde9415f57e3 Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::current</refname>
@@ -10,9 +9,9 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>mixed</type><methodname>AppendIterator::current</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
現在の値を取得します。
@@ -45,7 +44,6 @@
4544
</refsect1>
4645

4746
</refentry>
48-
4947
<!-- Keep this comment at the end of the file
5048
Local variables:
5149
mode: sgml

reference/spl/appenditerator/getarrayiterator.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 114db4724709cb624e8acd840978b6935f75c13a Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.getarrayiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::getArrayIterator</refname>
@@ -10,9 +9,9 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>ArrayIterator</type><methodname>AppendIterator::getArrayIterator</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
このメソッドは <classname>ArrayIterator</classname> を取得します。ここに、
@@ -42,7 +41,6 @@
4241
</refsect1>
4342

4443
</refentry>
45-
4644
<!-- Keep this comment at the end of the file
4745
Local variables:
4846
mode: sgml

reference/spl/appenditerator/getinneriterator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 4754397753fd79f1c846868b66a2448babab1c54 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="appenditerator.getinneriterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -10,7 +10,7 @@
1010

1111
<refsect1 role="description">
1212
&reftitle.description;
13-
<methodsynopsis>
13+
<methodsynopsis role="AppendIterator">
1414
<modifier>public</modifier> <type>Iterator</type><methodname>AppendIterator::getInnerIterator</methodname>
1515
<void />
1616
</methodsynopsis>

reference/spl/appenditerator/getiteratorindex.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 60809ebcf7d0c261b2f00e093e4fab70326ffc7b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="appenditerator.getiteratorindex" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -10,7 +10,7 @@
1010

1111
<refsect1 role="description">
1212
&reftitle.description;
13-
<methodsynopsis>
13+
<methodsynopsis role="AppendIterator">
1414
<modifier>public</modifier> <type class="union"><type>int</type><type>null</type></type><methodname>AppendIterator::getIteratorIndex</methodname>
1515
<void/>
1616
</methodsynopsis>

reference/spl/appenditerator/key.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 4754397753fd79f1c846868b66a2448babab1c54 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="appenditerator.key" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -10,7 +10,7 @@
1010

1111
<refsect1 role="description">
1212
&reftitle.description;
13-
<methodsynopsis>
13+
<methodsynopsis role="AppendIterator">
1414
<modifier>public</modifier> <type>scalar</type><methodname>AppendIterator::key</methodname>
1515
<void />
1616
</methodsynopsis>

reference/spl/appenditerator/next.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ad0e460b0213839e66de0793f3a2fde9415f57e3 Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::next</refname>
@@ -10,9 +9,9 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>void</type><methodname>AppendIterator::next</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
次の要素に移動します。もし別のイテレータに移動する場合は、そのイテレータを巻き戻します。
@@ -45,7 +44,6 @@
4544
</refsect1>
4645

4746
</refentry>
48-
4947
<!-- Keep this comment at the end of the file
5048
Local variables:
5149
mode: sgml

reference/spl/appenditerator/rewind.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ad0e460b0213839e66de0793f3a2fde9415f57e3 Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::rewind</refname>
@@ -10,9 +9,9 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>void</type><methodname>AppendIterator::rewind</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
最初の内部イテレータの最初の要素まで巻き戻します。
@@ -45,7 +44,6 @@
4544
</refsect1>
4645

4746
</refentry>
48-
4947
<!-- Keep this comment at the end of the file
5048
Local variables:
5149
mode: sgml

reference/spl/appenditerator/valid.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ad0e460b0213839e66de0793f3a2fde9415f57e3 Maintainer: takagi Status: ready -->
4-
3+
<!-- EN-Revision: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
54
<refentry xml:id="appenditerator.valid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
76
<refname>AppendIterator::valid</refname>
@@ -10,9 +9,9 @@
109

1110
<refsect1 role="description">
1211
&reftitle.description;
13-
<methodsynopsis>
12+
<methodsynopsis role="AppendIterator">
1413
<modifier>public</modifier> <type>bool</type><methodname>AppendIterator::valid</methodname>
15-
<void />
14+
<void/>
1615
</methodsynopsis>
1716
<para>
1817
現在の要素が有効かどうかを調べます。
@@ -44,7 +43,6 @@
4443
</refsect1>
4544

4645
</refentry>
47-
4846
<!-- Keep this comment at the end of the file
4947
Local variables:
5048
mode: sgml

0 commit comments

Comments
 (0)