Skip to content

Commit 8de4fa4

Browse files
committed
docs: add getEnv()
1 parent 8d74f47 commit 8de4fa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ is convenient, you will often need to use a more specific method, like:
9393

9494
* ``$request->getGet()``
9595
* ``$request->getPost()``
96-
* ``$request->getServer()``
9796
* ``$request->getCookie()``
97+
* ``$request->getServer()``
98+
* ``$request->getEnv()``
9899

99100
In addition, there are a few utility methods for retrieving information from either ``$_GET`` or ``$_POST``, while
100101
maintaining the ability to control the order you look for it:

0 commit comments

Comments
 (0)