getIndexPage()
getIndexPage()
absoluteUrl(string $path, array $parameters, boolean $path_only) : string
Returns the Absolute URL for a given path relative to web root. By default, the index.php (or index_dev.php) script name is added to the URL, use $path_only = true to get a path without the index script.
| string | $path | the relative path |
| array | $parameters | An array of parameters |
| boolean | $path_only | if true, getIndexPage() will not be added |
The generated URL