setScriptUrl() public method
Sets the entry script URL that is used by createUrl() to prepend to created URLs.
This is mainly used when $enablePrettyUrl is false
or $showScriptName is true
.
public void setScriptUrl ( $value ) | ||
---|---|---|
$value | string |
The entry script URL that is used by createUrl() to prepend to created URLs. |
Please login to continue.