Url::build()
Url Builder Actually just a factory for new Uri($parts)
Url::build(array $parts = [ ], string $url = null): string
Parameters
| Name | Type | Default | 
|---|---|---|
| $parts | array | 
                [ ] | 
        
              
| $url | string | 
                null | 
        
              
Return type
string
Parent class
  Kirby\Cms\Url    inherited from Kirby\Http\Url