$path->has()
Checks by key if an element is included
$path->has(mixed $key): bool
Parameters
Name | Type | Default |
---|---|---|
$key * | mixed |
– |
Return type
bool
Parent class
Kirby\Http\Path
inherited from Kirby\Toolkit\Iterator
Checks by key if an element is included
$path->has(mixed $key): bool
Name | Type | Default |
---|---|---|
$key * | mixed |
– |
bool
Kirby\Http\Path
inherited from Kirby\Toolkit\Iterator