Lines Matching refs:methodreturn
119 var $methodreturn = false; variable in nusoap_server
591 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
593 $this->methodreturn = call_user_func_array($call_arg, array());
597 $this->appendDebug($this->varDump($this->methodreturn));
598 …ke_method, called method $this->methodname, received data of type ".gettype($this->methodreturn));
615 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…
617 $this->fault = $this->methodreturn;
620 $return_val = $this->methodreturn;
623 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
628 $opParams = $this->methodreturn;
635 $opParams = array($this->methodreturn);
646 if (isset($this->methodreturn)) {
647 $return_val = $this->serialize_val($this->methodreturn, 'return');