Skip to content

Commit 4440c34

Browse files
committed
docs: add missing withMethod()
1 parent 2ffdaef commit 4440c34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ Class Reference
7878
:returns: This request
7979
:rtype: Request
8080

81+
.. php:method:: withMethod($method)
82+
83+
.. versionadded:: 4.0.5
84+
85+
:param string $method: Sets the request method.
86+
:returns: New request instance
87+
:rtype: Request
88+
8189
.. php:method:: getServer([$index = null[, $filter = null[, $flags = null]]])
8290
8391
:param mixed $index: Value name

0 commit comments

Comments
 (0)