Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 4 of 4) sorted by path

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php23 $methodName = array_shift($args);
25 'methodName' => $methodName,
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php13 public $methodName; variable in IXR\\Message\\Message
188 case 'methodName':
189 $this->methodName = trim($this->_currentTagContents);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php71 'server error. requested method "' . $this->message->methodName . '" not specified.');
H A DServer.php46 $result = $this->call($this->message->methodName, $this->message->params);
172 $method = $call['methodName'];