Home
last modified time | relevance | path

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

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