Lines Matching refs:methodreturn
3528 var $methodreturn = false; variable in nusoap_server
4022 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
4024 $this->methodreturn = call_user_func_array($call_arg, array());
4028 $this->appendDebug($this->varDump($this->methodreturn));
4029 …oke_method, called method $this->methodname, received data of type ".gettype($this->methodreturn));
4046 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…
4048 $this->fault = $this->methodreturn;
4051 $return_val = $this->methodreturn;
4054 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
4059 $opParams = $this->methodreturn;
4066 $opParams = array($this->methodreturn);
4077 if (isset($this->methodreturn)) {
4078 $return_val = $this->serialize_val($this->methodreturn, 'return');