Explorar el Código

ZF-7802 - Fixed introduced regression in r18046 by again adding uncesseary parameters on Zend_Soap_Server::setClass()

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18048 44c647ce-9c0f-0410-b52a-842ac1e357ba
beberlei hace 16 años
padre
commit
0efd9d8349
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/Zend/Soap/Server.php

+ 1 - 1
library/Zend/Soap/Server.php

@@ -546,7 +546,7 @@ class Zend_Soap_Server implements Zend_Server_Interface
      * @throws Zend_Soap_Server_Exception if called more than once, or if class
      * @throws Zend_Soap_Server_Exception if called more than once, or if class
      * does not exist
      * does not exist
      */
      */
-    public function setClass($class)
+    public function setClass($class, $namespace = '', $argv = null)
     {
     {
         if (isset($this->_class)) {
         if (isset($this->_class)) {
             require_once 'Zend/Soap/Server/Exception.php';
             require_once 'Zend/Soap/Server/Exception.php';