jsgoupil                Wed Sep 13 02:53:46 2006 UTC

  Modified files:              
    /phpdoc/en/reference/soap/functions 
                                        soap-soapserver-setpersistence.xml 
  Log:
  add explication thanks to #38665
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml
diff -u 
phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.2 
phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.3
--- phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml:1.2   
Mon Apr 11 08:27:31 2005
+++ phpdoc/en/reference/soap/functions/soap-soapserver-setpersistence.xml       
Wed Sep 13 02:53:46 2006
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.soap-soapserver-setpersistence">
  <refnamediv>
   <refname>SoapServer->setPersistence()</refname>
@@ -60,6 +60,14 @@
 ]]>
     </programlisting>
    </example>
+   <note>
+    <simpara>
+     The persistence
+     <constant>SOAP_PERSISTENCE_SESSION</constant> makes persistent only object
+     of given class, but not the class static data. You may use $this->bar
+     instead of self::$bar.
+    </simpara>
+   </note>
   </para>
  </refsect1>
  <refsect1 role="seealso">

Reply via email to