git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424db6f
)
phpdoc
author
gggeek
<giunta.gaetano@gmail.com>
Sun, 15 Jan 2023 17:42:31 +0000
(17:42 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sun, 15 Jan 2023 17:42:31 +0000
(17:42 +0000)
src/Request.php
patch
|
blob
|
history
diff --git
a/src/Request.php
b/src/Request.php
index
2905a39
..
b626e6c
100644
(file)
--- a/
src/Request.php
+++ b/
src/Request.php
@@
-11,6
+11,8
@@
use PhpXmlRpc\Helper\XMLParser;
/**
* This class provides the representation of a request to an XML-RPC server.
* A client sends a PhpXmlrpc\Request to a server, and receives back an PhpXmlrpc\Response.
+ *
+ * @todo feature creep - add a protected $httpRequest member, in the same way the Response has one
*/
class Request
{