Url::makeAbsolute()
Convert a relative path into an absolute URL
Url::makeAbsolute(string $path = null, string $home = null): string
Parameters
Name | Type | Default |
---|---|---|
$path | string |
null |
$home | string |
null |
Return type
string