Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php10 public $messageType; // methodCall / methodResponse / fault variable in IXR\\Message\\Message
89 if ($this->messageType === 'fault') {
110 $this->messageType = $tag;
/dokuwiki/inc/Remote/IXR/
H A DClient.php69 if ($this->message->messageType == 'fault') {
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php217 if ($this->message->messageType == 'fault') {
H A DClient.php149 if ($this->message->messageType == 'fault') {
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php43 if ($this->message->messageType != 'methodCall') {