Home
last modified time | relevance | path

Searched refs:methodparams (Results 1 – 4 of 4) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_server.php70 var $methodparams = array(); variable in nusoap_server
536 if(! $this->verify_method($this->methodname,$this->methodparams)){
547 $this->appendDebug($this->varDump($this->methodparams));
565 if ($this->methodparams) {
566 foreach ($this->methodparams as $param) {
590 if (is_array($this->methodparams)) {
591 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
837 $this->methodparams = $parser->get_soapbody();
H A Dnusoap.php3479 var $methodparams = array(); variable in nusoap_server
3961 if(! $this->verify_method($this->methodname,$this->methodparams)){
3972 $this->appendDebug($this->varDump($this->methodparams));
3990 if ($this->methodparams) {
3991 foreach ($this->methodparams as $param) {
4021 if (is_array($this->methodparams)) {
4022 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
4275 $this->methodparams = $parser->get_soapbody();
H A Dchangelog451 - soap_server: if methodparams is not an array, call call_user_func_array with an empty array (than…
/plugin/googlesearch/
H A Dnusoap.php3092 var $methodparams = array(); variable in soap_server
3555 if(! $this->verify_method($this->methodname,$this->methodparams)){
3566 $this->appendDebug($this->varDump($this->methodparams));
3584 if ($this->methodparams) {
3585 foreach ($this->methodparams as $param) {
3609 $this->methodreturn = call_user_func_array($call_arg, $this->methodparams);
3846 $this->methodparams = $parser->get_response();