Skip to content

Kirby 5.0.4

$uri->setScheme()

$uri->setScheme(string|null $scheme = null): Kirby\Uuid\Uri

Parameters

Name Type Default
$scheme stringornull null

Return type

Kirby\Uuid\Uri

This method modifies the existing $uri object it is applied to and returns it again.

Parent class

Kirby\Uuid\Uri inherited from Kirby\Http\Uri