X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FWrapper.php;h=8ea8f2de42353702ca01c604943bcc0df2662e3a;hb=d8e180b0ca87bf675d5fda2099d49c9d0043cd42;hp=7a8af5ea4881b1312a539fa3247bc786aa0e6b1f;hpb=bd4048215800186db5224ea04e0d45cab97c12b9;p=plcapi.git diff --git a/src/Wrapper.php b/src/Wrapper.php index 7a8af5ea..8ea8f2de 100644 --- a/src/Wrapper.php +++ b/src/Wrapper.php @@ -8,8 +8,7 @@ namespace PhpXmlRpc; /** - * PHP-XMLRPC "wrapper" class. - * Generate stubs to transparently access xmlrpc methods as php functions and vice-versa. + * PHP-XMLRPC "wrapper" class - generate stubs to transparently access xmlrpc methods as php functions and vice-versa. * Note: this class implements the PROXY pattern, but it is not named so to avoid confusion with http proxies. * * @todo use some better templating system for code generation?