Skip to content

Commit

Permalink
docs: replace SCRIPT_NAME with baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 20, 2023
1 parent 76d53d6 commit 2435311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/incomingrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ The methods provided by the parent classes that are available are:

.. php:method:: getPath()
:returns: The current URI path relative to ``$_SERVER['SCRIPT_NAME']``
:returns: The current URI path relative to baseURL
:rtype: string

This is the safest method to determine the "current URI", since ``IncomingRequest::$uri``
Expand Down

0 comments on commit 2435311

Please sign in to comment.