diff --git a/docs/classes/Gac-Routing-Routes.html b/docs/classes/Gac-Routing-Routes.html
index 1fc1fce..d379734 100644
--- a/docs/classes/Gac-Routing-Routes.html
+++ b/docs/classes/Gac-Routing-Routes.html
@@ -171,6 +171,13 @@
: Request
+
+
+
+ $currentRoute
+
+ : array<string|int, mixed>|null
+
@@ -320,6 +327,13 @@
Method which returns the current path the user is trying to access
+
+ get_route_arguments()
+
+ : array<string|int, mixed>
+
+
+
setup_callback()
@@ -523,6 +537,40 @@
+
+
+
+ $currentRoute
+
+
+
+
+
+
+
+
+ private
+ array<string|int, mixed>|null
+ $currentRoute
+ = NULL
+
+
+ Array of the current route being processed for eas of access in other methods
+
+
+
+
@@ -713,7 +761,7 @@
@@ -776,7 +824,7 @@
@@ -823,7 +871,7 @@
@@ -879,7 +927,7 @@
@@ -935,7 +983,7 @@
@@ -970,7 +1018,7 @@
@@ -1029,7 +1077,7 @@
@@ -1076,7 +1124,7 @@
@@ -1132,7 +1180,7 @@
@@ -1188,7 +1236,7 @@
@@ -1235,7 +1283,7 @@
@@ -1291,7 +1339,7 @@
@@ -1356,7 +1404,7 @@
@@ -1401,7 +1449,7 @@
@@ -1462,7 +1510,7 @@
@@ -1507,7 +1555,7 @@
@@ -1528,6 +1576,58 @@ Return values
+
+
+
+ get_route_arguments()
+
+
+
+
+
+
+ private
+ get_route_arguments(array<string|int, mixed> $route, string $path) : array<string|int, mixed>
+
+
+
+ Parameters
+
+ -
+ $route
+ : array<string|int, mixed>
+
+ -
+
+
+
+ -
+ $path
+ : string
+
+ -
+
+
+
+
+
+
+
+ Return values
+ array<string|int, mixed>
+ —
+
+
diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js
index 8a81330..17e189a 100644
--- a/docs/js/searchIndex.js
+++ b/docs/js/searchIndex.js
@@ -95,6 +95,11 @@ Search.appendIndex(
"name": "handle",
"summary": "Method\u0020used\u0020to\u0020handle\u0020execution\u0020of\u0020routes\u0020and\u0020middlewares",
"url": "classes/Gac-Routing-Routes.html#method_handle"
+ }, {
+ "fqsen": "\\Gac\\Routing\\Routes\u003A\u003Aget_route_arguments\u0028\u0029",
+ "name": "get_route_arguments",
+ "summary": "",
+ "url": "classes/Gac-Routing-Routes.html#method_get_route_arguments"
}, {
"fqsen": "\\Gac\\Routing\\Routes\u003A\u003Asetup_callback\u0028\u0029",
"name": "setup_callback",
@@ -205,6 +210,11 @@ Search.appendIndex(
"name": "tmpRoutes",
"summary": "",
"url": "classes/Gac-Routing-Routes.html#property_tmpRoutes"
+ }, {
+ "fqsen": "\\Gac\\Routing\\Routes\u003A\u003A\u0024currentRoute",
+ "name": "currentRoute",
+ "summary": "",
+ "url": "classes/Gac-Routing-Routes.html#property_currentRoute"
}, {
"fqsen": "\\",
"name": "\\",
diff --git a/docs/reports/markers.html b/docs/reports/markers.html
index b5a11e6..243e604 100644
--- a/docs/reports/markers.html
+++ b/docs/reports/markers.html
@@ -117,7 +117,7 @@ Routes.php
TODO |
- 200 |
+ 204 |
Find a way to not check the number of / as it seems a bit hacky |