resolveRequestUri() protected method
Resolves the request URI portion for the currently requested URL.
This refers to the portion that is after the $hostInfo part. It includes the $queryString part if any. The implementation of this method referenced Zend_Controller_Request_Http in Zend Framework.
protected string|boolean resolveRequestUri ( ) | ||
---|---|---|
return | string|boolean |
The request URI portion for the currently requested URL. Note that the URI returned is URL-encoded. |
throws | yii\base\InvalidConfigException |
if the request URI cannot be determined due to unusual server configuration |
Please login to continue.