| Mehdi Achour 2004-05-26, 4:34 pm |
| didou Wed May 26 15:20:23 2004 EDT
Modified files:
/phpdoc/en/reference/soap/functions SoapServer-getFunctions.xml
Log:
typo
# thank you Davey
http://cvs.php.net/diff.php/phpdoc/...1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml
diff -u phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.4 phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.5
--- phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml:1.4 Tue Mar 9 05:38:14 2004
+++ phpdoc/en/reference/soap/functions/SoapServer-getFunctions.xml Wed May 26 15:20:23 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.SoapServer-getFunctions">
<refnamediv>
<refname>SoapServer::getFunctions</refname>
@@ -15,7 +15,8 @@
</methodsynopsis>
<para>
This functions returns the list of all functions which was added by
- <function>SoapServer::addFunction</function> or <function>SoapServer::setCalss</function>.
+ <function>SoapServer::addFunction</function> or
+ <function>SoapServer::setClass</function>.
</para>
<para>
<example>
|