getScriptFile() public method
Returns the entry script file path.
The default implementation will simply return $_SERVER['SCRIPT_FILENAME'].
| public string getScriptFile ( ) | ||
|---|---|---|
| return | string |
The entry script file path |
| throws | yii\base\InvalidConfigException | |
Please login to continue.