Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/soap/soapclient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@
</fieldsynopsis>

<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:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapclient')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SoapClient'])">
<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:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapclient')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SoapClient'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/call.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type>mixed</type><methodname>SoapClient::__call</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>array</type><parameter>args</parameter></methodparam>
Expand Down
3 changes: 1 addition & 2 deletions reference/soap/soapclient/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<constructorsynopsis role="SoapClient">
<modifier>public</modifier> <methodname>SoapClient::__construct</methodname>
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>wsdl</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
Expand Down Expand Up @@ -773,7 +773,6 @@ array(2) {
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/dorequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__doRequest</methodname>
<methodparam><type>string</type><parameter>request</parameter></methodparam>
<methodparam><type>string</type><parameter>location</parameter></methodparam>
Expand Down
6 changes: 2 additions & 4 deletions reference/soap/soapclient/getcookies.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="soapclient.getcookies" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getCookies</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type>array</type><methodname>SoapClient::__getCookies</methodname>
<void />
<void/>
</methodsynopsis>
<para>

Expand All @@ -34,7 +33,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/getfunctions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>SoapClient::__getFunctions</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/getlastrequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastRequest</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/getlastrequestheaders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastRequestHeaders</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/getlastresponse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastResponse</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/getlastresponseheaders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastResponseHeaders</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/gettypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>SoapClient::__getTypes</methodname>
<void/>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/setcookie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type>void</type><methodname>SoapClient::__setCookie</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>value</parameter><initializer>&null;</initializer></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/setlocation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__setLocation</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>location</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/setsoapheaders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type>bool</type><methodname>SoapClient::__setSoapHeaders</methodname>
<methodparam choice="opt"><type class="union"><type>SoapHeader</type><type>array</type><type>null</type></type><parameter>headers</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapclient/soapcall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapClient">
<modifier>public</modifier> <type>mixed</type><methodname>SoapClient::__soapCall</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>array</type><parameter>args</parameter></methodparam>
Expand Down
4 changes: 2 additions & 2 deletions reference/soap/soapfault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
</xi:include>

<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:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapfault')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SoapFault'])">
<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:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapfault')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SoapFault'])">
<xi:fallback/>
</xi:include>

Expand Down
3 changes: 1 addition & 2 deletions reference/soap/soapfault/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<constructorsynopsis role="SoapFault">
<modifier>public</modifier> <methodname>SoapFault::__construct</methodname>
<methodparam><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>code</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
Expand Down Expand Up @@ -138,7 +138,6 @@ $server->handle();
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/soap/soapfault/tostring.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="soapfault.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapFault::__toString</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapFault">
<modifier>public</modifier> <type>string</type><methodname>SoapFault::__toString</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns a string representation of the SoapFault.
Expand All @@ -31,7 +30,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapheader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</fieldsynopsis>

<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:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SoapHeader'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
5 changes: 2 additions & 3 deletions reference/soap/soapheader/construct.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="soapheader.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapHeader::__construct</refname>
Expand All @@ -9,8 +8,8 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<methodname>SoapHeader::__construct</methodname>
<constructorsynopsis role="SoapHeader">
<modifier>public</modifier> <methodname>SoapHeader::__construct</methodname>
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>data</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapparam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</fieldsynopsis>

<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:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SoapParam'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
3 changes: 1 addition & 2 deletions reference/soap/soapparam/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<constructorsynopsis role="SoapParam">
<modifier>public</modifier> <methodname>SoapParam::__construct</methodname>
<methodparam><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Expand Down Expand Up @@ -75,7 +75,6 @@ $client->SomeFunction(new SoapParam($a, "a"),
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
4 changes: 2 additions & 2 deletions reference/soap/soapserver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
</fieldsynopsis>

<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:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapserver')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SoapServer'])">
<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:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapserver')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SoapServer'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapserver/addfunction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>void</type><methodname>SoapServer::addFunction</methodname>
<methodparam><type class="union"><type>array</type><type>string</type><type>int</type></type><parameter>functions</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapserver/addsoapheader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>void</type><methodname>SoapServer::addSoapHeader</methodname>
<methodparam><type>SoapHeader</type><parameter>header</parameter></methodparam>
</methodsynopsis>
Expand Down
3 changes: 1 addition & 2 deletions reference/soap/soapserver/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<constructorsynopsis role="SoapServer">
<modifier>public</modifier> <methodname>SoapServer::__construct</methodname>
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>wsdl</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
Expand Down Expand Up @@ -120,7 +120,6 @@ $server = new SoapServer("books.wsdl", array('classmap' => array('book' => "MyBo
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapserver/fault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>void</type><methodname>SoapServer::fault</methodname>
<methodparam><type>string</type><parameter>code</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
Expand Down
6 changes: 2 additions & 4 deletions reference/soap/soapserver/getfunctions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="soapserver.getfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::getFunctions</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>array</type><methodname>SoapServer::getFunctions</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns a list of the defined functions in the SoapServer object.
Expand Down Expand Up @@ -71,7 +70,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapserver/handle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>void</type><methodname>SoapServer::handle</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>request</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/soap/soapserver/setclass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SoapServer">
<modifier>public</modifier> <type>void</type><methodname>SoapServer::setClass</methodname>
<methodparam><type>string</type><parameter>class</parameter></methodparam>
<methodparam rep="repeat"><type>mixed</type><parameter>args</parameter></methodparam>
Expand Down
Loading