getScriptUrl() public method
Returns the relative URL of the entry script.
The implementation of this method referenced Zend_Controller_Request_Http in Zend Framework.
| public string getScriptUrl ( ) | ||
|---|---|---|
| return | string |
The relative URL of the entry script. |
| throws | yii\base\InvalidConfigException |
if unable to determine the entry script URL |
Please login to continue.