resolvePathInfo() protected method
Resolves the path info part of the currently requested URL.
A path info refers to the part that is after the entry script and before the question mark (query string). The starting slashes are both removed (ending slashes will be kept).
| protected string resolvePathInfo ( ) | ||
|---|---|---|
| return | string |
Part of the request URL that is after the entry script and before the question mark. Note, the returned path info is decoded. |
| throws | yii\base\InvalidConfigException |
if the path info cannot be determined due to unexpected server configuration |
Please login to continue.