1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

Add a since phpdoc to WireInput::requestMethod() per processwire/processwire-issues#64

This commit is contained in:
Ryan Cramer
2016-10-31 10:07:17 -04:00
parent 3705d55177
commit 6567896a3e

View File

@@ -587,6 +587,7 @@ class WireInput extends Wire {
* Return the current request method (i.e. GET, POST) or blank if not known
*
* @return string
* @since 3.0.39
*
*/
public function requestMethod() {