svn: /phpdoc/ja/trunk/reference/soap/ soapclient.xml soapfault.xml soapheader/construct.xml soapheader.xml soapparam.xml soapserver.xml soapvar.xml
[email protected] (Yoshinari Takaoka) Sun, 27 Dec 2020 15:56:11 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 27 Dec 2020 15:56:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352205
Log:
Bring back Soap __construct() methods
The change from `<methodsynopsis>` to `<constructorsynopsis>` requires to
include the latter as well.
Changed paths:
U phpdoc/ja/trunk/reference/soap/soapclient.xml
U phpdoc/ja/trunk/reference/soap/soapfault.xml
U phpdoc/ja/trunk/reference/soap/soapheader/construct.xml
U phpdoc/ja/trunk/reference/soap/soapheader.xml
U phpdoc/ja/trunk/reference/soap/soapparam.xml
U phpdoc/ja/trunk/reference/soap/soapserver.xml
U phpdoc/ja/trunk/reference/soap/soapvar.xml
svn-diffs-352205.txt
(text/x-diff, 10.7 KB)
Modified: phpdoc/ja/trunk/reference/soap/soapclient.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapclient.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapclient.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<phpdoc:classref xml:id="class.soapclient" 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">
@@ -36,7 +36,12 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapclient')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapclient')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapclient')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
</classsynopsis>
<!-- }}} -->
Modified: phpdoc/ja/trunk/reference/soap/soapfault.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapfault.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapfault.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330314 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<phpdoc:classref xml:id="class.soapfault" 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">
@@ -42,8 +43,13 @@
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapfault')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapfault')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapfault')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
Modified: phpdoc/ja/trunk/reference/soap/soapheader/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapheader/construct.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapheader/construct.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka -->
<refentry xml:id="soapheader.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
+ <constructorsynopsis>
<methodname>SoapHeader::__construct</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
@@ -18,7 +18,7 @@
<methodparam choice="opt"><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>mustunderstand</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>actor</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapHeader::SoapHeader</methodname>
</para>
Modified: phpdoc/ja/trunk/reference/soap/soapheader.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapheader.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapheader.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<phpdoc:classref xml:id="class.soapheader" 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">
@@ -34,7 +34,12 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
</classsynopsis>
<!-- }}} -->
Modified: phpdoc/ja/trunk/reference/soap/soapparam.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapparam.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapparam.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<phpdoc:classref xml:id="class.soapparam" 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">
@@ -34,7 +34,12 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
</classsynopsis>
<!-- }}} -->
Modified: phpdoc/ja/trunk/reference/soap/soapserver.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapserver.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapserver.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<phpdoc:classref xml:id="class.soapserver" 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">
@@ -36,7 +36,12 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapserver')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapserver')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapserver')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
</classsynopsis>
<!-- }}} -->
Modified: phpdoc/ja/trunk/reference/soap/soapvar.xml
===================================================================
--- phpdoc/ja/trunk/reference/soap/soapvar.xml 2020-12-27 15:47:37 UTC (rev 352204)
+++ phpdoc/ja/trunk/reference/soap/soapvar.xml 2020-12-27 15:56:11 UTC (rev 352205)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: takagi Status: ready -->
<phpdoc:classref xml:id="class.soapvar" 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">
@@ -34,7 +34,12 @@
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapvar')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapvar')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapvar')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
+ <xi:fallback />
+ </xi:include>
</classsynopsis>
<!-- }}} -->