Panel::go()
Redirect to a Panel url
Panel::go(?string $url = null, int $code = 302): void
Parameters
Name | Type | Default |
---|---|---|
$url | string |null |
null |
$code | int |
302 |
Exceptions
Type | Description |
---|---|
Kirby\Panel\Redirect |
Redirect to a Panel url
Panel::go(?string $url = null, int $code = 302): void
Name | Type | Default |
---|---|---|
$url | string |null |
null |
$code | int |
302 |
Type | Description |
---|---|
Kirby\Panel\Redirect |