svn: /phpdoc/fr/trunk/reference/soap/ soapclient.xml soapfault.xml soapheader/construct.xml soapheader.xml soapparam.xml soapserver.xml soapvar.xml

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Mon, 28 Dec 2020 01:01:00 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352232

Log:
Apply SVN revision 352204

Changed paths:
    U   phpdoc/fr/trunk/reference/soap/soapclient.xml
    U   phpdoc/fr/trunk/reference/soap/soapfault.xml
    U   phpdoc/fr/trunk/reference/soap/soapheader/construct.xml
    U   phpdoc/fr/trunk/reference/soap/soapheader.xml
    U   phpdoc/fr/trunk/reference/soap/soapparam.xml
    U   phpdoc/fr/trunk/reference/soap/soapserver.xml
    U   phpdoc/fr/trunk/reference/soap/soapvar.xml
svn-diffs-352232.txt (text/x-diff, 10.6 KB)
Modified: phpdoc/fr/trunk/reference/soap/soapclient.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapclient.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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">
@@ -38,7 +38,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/fr/trunk/reference/soap/soapfault.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapfault.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapfault.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330314 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes Maintainer: itanea -->


@@ -44,7 +44,12 @@
     <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/fr/trunk/reference/soap/soapheader/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapheader/construct.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapheader/construct.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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/fr/trunk/reference/soap/soapheader.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapheader.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapheader.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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">
@@ -35,7 +35,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/fr/trunk/reference/soap/soapparam.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapparam.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapparam.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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">
@@ -35,7 +35,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/fr/trunk/reference/soap/soapserver.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapserver.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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">
@@ -38,7 +38,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/fr/trunk/reference/soap/soapvar.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapvar.xml	2020-12-28 00:56:17 UTC (rev 352231)
+++ phpdoc/fr/trunk/reference/soap/soapvar.xml	2020-12-28 01:01:00 UTC (rev 352232)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352204 Maintainer: dams Status: ready -->
 <!-- Reviewed: no -->

 <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">
@@ -36,7 +36,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>
 <!-- }}} -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.