Skip to content

Commit 0482086

Browse files
committed
update user guide
1 parent 6b95b25 commit 0482086

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ The ``getServer()`` method will pull from ``$_SERVER``.
131131

132132
* ``$request->getServer()``
133133

134-
getEnv()
135-
--------
136-
137-
.. deprecated:: 4.4.4 This method does not work from the beginning. Use
138-
:php:func:`env()` instead.
139-
140-
The ``getEnv()`` method will pull from ``$_ENV``.
141-
142-
* ``$request->getEnv()``
143-
144134
getPostGet()
145135
------------
146136

@@ -325,7 +315,6 @@ The methods provided by the parent classes that are available are:
325315
* :meth:`CodeIgniter\\HTTP\\Request::getMethod`
326316
* :meth:`CodeIgniter\\HTTP\\Request::setMethod`
327317
* :meth:`CodeIgniter\\HTTP\\Request::getServer`
328-
* :meth:`CodeIgniter\\HTTP\\Request::getEnv`
329318
* :meth:`CodeIgniter\\HTTP\\Request::setGlobal`
330319
* :meth:`CodeIgniter\\HTTP\\Request::fetchGlobal`
331320
* :meth:`CodeIgniter\\HTTP\\Message::getBody`
@@ -531,16 +520,3 @@ The methods provided by the parent classes that are available are:
531520
"current URI", since ``IncomingRequest::$uri`` might not be aware of
532521
the complete App configuration for base URLs.
533522

534-
.. php:method:: setPath($path)
535-
536-
.. deprecated:: 4.4.0
537-
538-
:param string $path: The relative path to use as the current URI
539-
:returns: This Incoming Request
540-
:rtype: IncomingRequest
541-
542-
.. note:: Prior to v4.4.0, used mostly just for testing purposes, this
543-
allowed you to set the relative path value for the current request
544-
instead of relying on URI detection. This also updated the
545-
underlying ``URI`` instance with the new path.
546-

0 commit comments

Comments
 (0)