Home
last modified time | relevance | path

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

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php413 return $this->xmlrpc_decode_node( $x->fault->value->struct );
415 return $this->xmlrpc_decode_node( $x->params->param->value->struct );
419 private function xmlrpc_decode_node($node) { function in helper_plugin_bugzillaint_bugzillaclient
429 $a[] = $this->xmlrpc_decode_node( $i->children()[0] );
437 $v = $this->xmlrpc_decode_node( $i->value->children()[0] );