+ getAllData() + + +
+ + +Returns all body request arguments
+ +
+ public
+ getAllData() : mixed
+
+ Return values
+ mixed + — +All body arguments
+diff --git a/docs/classes/Gac-Routing-Request.html b/docs/classes/Gac-Routing-Request.html index 8022676..1e0c2ca 100644 --- a/docs/classes/Gac-Routing-Request.html +++ b/docs/classes/Gac-Routing-Request.html @@ -176,6 +176,13 @@
Returns all body request arguments
+ +
+ public
+ getAllData() : mixed
+
+ All body arguments
+Soon this option will be removed and should be replaced with a call to the Response class New way of using the Response class: Response::withStatus(401, 'Not Authorized');
Soon this option will be removed and should be replaced with a call to the Response class New way of using the Response class: Response::withHeader('header-key', 'header-value');
Soon this option will be removed and should be replaced with a call to the Response class New way of using the Response class: Response::status(200, 'OK')::setBody($output);