@@ -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-
144134getPostGet()
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