Skip to content

Commit

Permalink
Render interfaces according to the new PhD format
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangjuanzi committed Jul 5, 2023
1 parent 347a6f5 commit c16b675
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 51 deletions.
4 changes: 2 additions & 2 deletions language/predefined/arrayaccess.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ed312486fff2251b6625b017df2e8f847f656296 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: mowangjuanzi Status: ready -->
<phpdoc:classref xml:id="class.arrayaccess" 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">

<title>ArrayAccess(数组式访问)接口</title>
Expand All @@ -21,7 +21,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>ArrayAccess</classname>
</ooclass>
Expand Down
11 changes: 5 additions & 6 deletions language/predefined/backedenum.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 071a588364ddef3af5e008b3d6213f98c617b5a0 Maintainer: daijie Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: daijie Status: ready -->
<!-- CREDITS: Luffy, mowangjuanzi -->
<phpdoc:classref xml:id="class.backedenum" 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">
<title>BackedEnum 接口</title>
Expand All @@ -23,7 +23,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>BackedEnum</classname>
</ooclass>
Expand All @@ -33,10 +33,9 @@
<interfacename>BackedEnum</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>UnitEnum</classname>
</ooclass>
<oointerface>
<interfacename>UnitEnum</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand Down
11 changes: 5 additions & 6 deletions language/predefined/iterator.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 6e69d9342ef5b124a62c8a255cb0d9a091d07b5e Maintainer: HonestQiao Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: Luffy, mowangjuanzi -->
<phpdoc:classref xml:id="class.iterator" 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">

Expand All @@ -22,7 +22,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Iterator</classname>
</ooclass>
Expand All @@ -32,10 +32,9 @@
<interfacename>Iterator</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>Traversable</classname>
</ooclass>
<oointerface>
<interfacename>Traversable</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand Down
11 changes: 5 additions & 6 deletions language/predefined/iteratoraggregate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 460f49a93d103cac99556147cb9325b095ca3d42 Maintainer: Luffy Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: Luffy Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<phpdoc:classref xml:id="class.iteratoraggregate" 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">

Expand All @@ -22,7 +22,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>IteratorAggregate</classname>
</ooclass>
Expand All @@ -32,10 +32,9 @@
<interfacename>IteratorAggregate</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>Traversable</classname>
</ooclass>
<oointerface>
<interfacename>Traversable</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand Down
4 changes: 2 additions & 2 deletions language/predefined/serializable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 460f49a93d103cac99556147cb9325b095ca3d42 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: mowangjuanzi Status: ready -->
<phpdoc:classref xml:id="class.serializable" 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">

<title>Serializable 接口</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Serializable</classname>
</ooclass>
Expand Down
4 changes: 2 additions & 2 deletions language/predefined/stringable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 09c49da6f0167fcdfe53a76e3ea28ecfc0eb337b Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: mowangjuanzi Status: ready -->
<phpdoc:classref xml:id="class.stringable" 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">

<title>Stringable 接口</title>
Expand Down Expand Up @@ -28,7 +28,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Stringable</classname>
</ooclass>
Expand Down
11 changes: 5 additions & 6 deletions language/predefined/throwable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 071a588364ddef3af5e008b3d6213f98c617b5a0 Maintainer: daijie Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<phpdoc:classref xml:id="class.throwable" 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">

Expand Down Expand Up @@ -29,7 +29,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Throwable</classname>
</ooclass>
Expand All @@ -39,10 +39,9 @@
<interfacename>Throwable</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>Stringable</classname>
</ooclass>
<oointerface>
<interfacename>Stringable</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand Down
5 changes: 2 additions & 3 deletions language/predefined/traversable.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author: Avenger $ -->
<!-- EN-Revision: 1206279edfcfab909c0de576a51441e973833b30 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: mowangjuanzi Status: ready -->
<phpdoc:classref xml:id="class.traversable" 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">

<title> <interfacename>Traversable</interfacename> (遍历)接口</title>
Expand Down Expand Up @@ -42,7 +41,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Traversable</classname>
</ooclass>
Expand Down
4 changes: 2 additions & 2 deletions language/predefined/unitenum.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9c74079f12d67cabb52c124d761f48275417d7eb Maintainer: daijie Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: daijie Status: ready -->
<!-- CREDITS: Luffy, mowangjuanzi -->
<phpdoc:classref xml:id="class.unitenum" 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">
<title>UnitEnum 接口</title>
Expand All @@ -23,7 +23,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>UnitEnum</classname>
</ooclass>
Expand Down
4 changes: 2 additions & 2 deletions reference/datetime/datetimeinterface.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb5790207359b1e69d98ec95d37f8fb1061ffec8 Maintainer: daijie Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<phpdoc:classref xml:id="class.datetimeinterface" 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">

Expand Down Expand Up @@ -29,7 +29,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>DateTimeInterface</classname>
</ooclass>
Expand Down
11 changes: 5 additions & 6 deletions reference/reflection/reflector.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4658c8e6ce1cae4c1bd9c51e93a32809a487217f Maintainer: daijie Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<phpdoc:classref xml:id="class.reflector" 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">

Expand All @@ -22,7 +22,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Reflector</classname>
</ooclass>
Expand All @@ -32,10 +32,9 @@
<interfacename>Reflector</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>Stringable</classname>
</ooclass>
<oointerface>
<interfacename>Stringable</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
Expand Down
4 changes: 2 additions & 2 deletions reference/spl/countable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: bfef87dc15cdab5c438e716cd939b75e6ee5d4f5 Maintainer: Szopen Xiao Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<phpdoc:classref xml:id="class.countable" 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">

Expand All @@ -23,7 +23,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>Countable</classname>
</ooclass>
Expand Down
11 changes: 5 additions & 6 deletions reference/spl/seekableiterator.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 071a588364ddef3af5e008b3d6213f98c617b5a0 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 96a8379cd86b3ca4f1f5b2b94c5fb263f38050fd Maintainer: mowangjuanzi Status: ready -->
<phpdoc:classref xml:id="class.seekableiterator" 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">

<title>SeekableIterator 接口</title>
Expand All @@ -21,7 +21,7 @@
&reftitle.interfacesynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<classsynopsis class="interface">
<ooclass>
<classname>SeekableIterator</classname>
</ooclass>
Expand All @@ -31,10 +31,9 @@
<interfacename>SeekableIterator</interfacename>
</oointerface>

<ooclass>
<modifier>extends</modifier>
<classname>Iterator</classname>
</ooclass>
<oointerface>
<interfacename>Iterator</interfacename>
</oointerface>
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand Down

0 comments on commit c16b675

Please sign in to comment.