$defaultScheme public property
The default URI scheme. If the input doesn't contain the scheme part, the default scheme will be prepended to it (thus changing the input). Defaults to null, meaning a URL must contain the scheme part.
public string $defaultScheme = null
Please login to continue.