X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FRequest.php;h=2c4794086e91bc91608a2bd27dd42551209a5f80;hb=cc67a43993662a5a3f92801b96b89ee6e3998532;hp=df899e3b630723f7773d7df6d30496ecf7dcdba3;hpb=85f6c5ecb5094c17aa7a0134006534a8b8387274;p=plcapi.git diff --git a/src/Request.php b/src/Request.php index df899e3..2c47940 100644 --- a/src/Request.php +++ b/src/Request.php @@ -357,6 +357,16 @@ class Request return $r; } + /** + * Kept the old name even if Request class was renamed, for compatibility. + * + * @return string + */ + public function kindOf() + { + return 'msg'; + } + /** * Enables/disables the echoing to screen of the xmlrpc responses received. *