Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance
23 $methodName = array_shift($args);25 'methodName' => $methodName,
46 $result = $this->call($this->message->methodName, $this->message->params);172 $method = $call['methodName'];
71 … 'server error. requested method "' . $this->message->methodName . '" not specified.');
13 public $methodName; variable in IXR\\Message\\Message189 $this->methodName = trim($this->_currentTagContents);