From e387a2fb2ed1e71ad7e74d431387d05b853c2ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Wed, 13 Sep 2006 02:53:46 +0000 Subject: [PATCH] add explication thanks to #38665 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219874 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../soap/functions/soap-soapserver-setpersistence.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/soap/functions/soap-soapserver-setpersistence.xml b/reference/soap/functions/soap-soapserver-setpersistence.xml index 9587587c9c..9bdf81fc97 100644 --- a/reference/soap/functions/soap-soapserver-setpersistence.xml +++ b/reference/soap/functions/soap-soapserver-setpersistence.xml @@ -1,5 +1,5 @@ - + SoapServer->setPersistence() @@ -60,6 +60,14 @@ $server->setPersistence(SOAP_PERSISTENCE_REQUEST); ]]> + + + The persistence + SOAP_PERSISTENCE_SESSION makes persistent only object + of given class, but not the class static data. You may use $this->bar + instead of self::$bar. + +