Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php23 $methodName = array_shift($args);
25 'methodName' => $methodName,
/dokuwiki/vendor/simplepie/simplepie/utils/PHPStan/
H A DRegistryCallMethodReturnTypeExtension.php73 $methodName = $methodType->getValue();
74 if (!$classReflection->hasMethod($methodName)) {
78 $methodReflection = $classReflection->getMethod($methodName, $scope);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php52 $result = $this->call($this->message->methodName, $this->message->params);
178 $method = $call['methodName'];
H A DIntrospectionServer.php71 … 'server error. requested method "' . $this->message->methodName . '" not specified.');
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php13 public $methodName; variable in IXR\\Message\\Message
192 $this->methodName = trim($this->_currentTagContents);