setHostInfo() public method
Sets the schema and host part of the application URL.
This setter is provided in case the schema and hostname cannot be determined on certain Web servers.
public void setHostInfo ( $value ) | ||
---|---|---|
$value | string|null |
The schema and host part of the application URL. The trailing slashes will be removed. |
Please login to continue.