ZP-765 Remove unused parameters. Released under the Affero GNU General Public...

ZP-765 Remove unused parameters. Released under the Affero GNU General Public License (AGPL) version 3.
parent 87df7a1b
...@@ -74,9 +74,7 @@ class Request { ...@@ -74,9 +74,7 @@ class Request {
static private $input; static private $input;
static private $output; static private $output;
static private $headers; static private $headers;
static private $getparameters;
static private $command; static private $command;
static private $device;
static private $method; static private $method;
static private $remoteAddr; static private $remoteAddr;
static private $getUser; static private $getUser;
...@@ -91,8 +89,6 @@ class Request { ...@@ -91,8 +89,6 @@ class Request {
static private $attachmentName; static private $attachmentName;
static private $collectionId; static private $collectionId;
static private $itemId; static private $itemId;
static private $longId; //TODO
static private $occurence; //TODO
static private $saveInSent; static private $saveInSent;
static private $acceptMultipart; static private $acceptMultipart;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment