Skip to content

Kirby 4.2.0

$arguments->has()

Checks by key if an element is included

$arguments->has(mixed $key): bool

Parameters

Name Type Default
$key * mixed

Return type

bool

Parent class

Kirby\Query\Arguments inherited from Kirby\Toolkit\Iterator