Searched refs:methodName (Results 1 – 5 of 5) sorted by relevance
23 $methodName = array_shift($args);25 'methodName' => $methodName,
73 $methodName = $methodType->getValue();74 if (!$classReflection->hasMethod($methodName)) {78 $methodReflection = $classReflection->getMethod($methodName, $scope);
52 $result = $this->call($this->message->methodName, $this->message->params);178 $method = $call['methodName'];
71 … 'server error. requested method "' . $this->message->methodName . '" not specified.');
13 public $methodName; variable in IXR\\Message\\Message192 $this->methodName = trim($this->_currentTagContents);