Url::path()
Returns the path for the given url
Url::path(array|string|null $url = null, bool $leadingSlash = false, bool $trailingSlash = false): stringParameters
| Name | Type | Default | 
|---|---|---|
| $url | arrayorstringornull | null | 
| $leadingSlash | bool | false | 
| $trailingSlash | bool | false | 
Return type
string
Parent class
	Kirby\Cms\Url
		inherited from Kirby\Http\Url