Skip to content

Commit

Permalink
Use Rowan Collins' phrasing to note that SoapClient::__call() is only
Browse files Browse the repository at this point in the history
deprecated for direct calls, not in general.

Fixes doc bug #65586 (Ambiguity over "deprecation" of SoapClient::__call).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331240 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
LawnGnome committed Aug 30, 2013
1 parent a8f9938 commit 71e2791
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reference/soap/soapclient/call.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<methodparam><type>string</type><parameter>arguments</parameter></methodparam>
</methodsynopsis>
<para>
This method is deprecated. Use <xref
linkend="soapclient.soapcall" /> instead of it.
Calling this method directly is deprecated. Usually, SOAP functions can be
called as methods of the <classname>SoapClient</classname> object; in
situations where this is not possible or additional options are needed, use
<function>SoapClient::__soapCall</function>.
</para>
</refsect1>

Expand Down

0 comments on commit 71e2791

Please sign in to comment.