mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Add SoapServer::$service property
This has been removed as of PHP 8.2, but since we currently document PHP 8.1, the property should be added.
This commit is contained in:
parent
96263b1405
commit
43289826b4
1 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,11 @@
|
|||
</classsynopsisinfo>
|
||||
|
||||
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
||||
<fieldsynopsis>
|
||||
<modifier>private</modifier>
|
||||
<type>resource</type>
|
||||
<varname linkend="soapserver.props.service">service</varname>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>private</modifier>
|
||||
<type class="union"><type>SoapFault</type><type>null</type></type>
|
||||
|
@ -55,6 +60,13 @@
|
|||
<section xml:id="soapserver.props">
|
||||
&reftitle.properties;
|
||||
<variablelist>
|
||||
<varlistentry xml:id="soapserver.props.service">
|
||||
<term><varname>service</varname></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="soapserver.props.--soap-fault">
|
||||
<term><varname>__soap_fault</varname></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue