We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc50a5d commit e5514cdCopy full SHA for e5514cd
1 file changed
src/OpCacheGUI/Network/RequestData.php
@@ -42,4 +42,20 @@ public function path();
42
* @return string The verb used by the request
43
*/
44
public function getVerb();
45
+
46
+ /**
47
+ * Gets a post variable
48
+ *
49
+ * @param string $name The name of the post variable to get
50
51
+ * @return mixed The value
52
+ */
53
+ public function post($name);
54
55
56
+ * Gets the current URL
57
58
+ * @return string The current URL
59
60
+ public function getUrl();
61
}
0 commit comments