X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fxmlrpc.inc;h=2bcead0173d05f91b8ff7dff6d56215ea555f6e2;hb=9c35037a23ea6491bdf710260e8958902fc07605;hp=9106bd67842d1ff10d5c20223633c8f913d26f2c;hpb=85f6c5ecb5094c17aa7a0134006534a8b8387274;p=plcapi.git diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 9106bd6..2bcead0 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -138,16 +138,6 @@ class xmlrpcval extends PhpXmlRpc\Value class xmlrpcmsg extends PhpXmlRpc\Request { - /** - * Kept the old name even if Request class was renamed, for compatibility. - * @deprecated - * - * @return string - */ - public function kindOf() - { - return 'msg'; - } } class xmlrpcresp extends PhpXmlRpc\Response