Skip to content

Kirby 4.2.0

$collection->has()

Checks by key if an element is included

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

Parameters

Name Type Default
$key * mixed

Return type

bool

Parent class

Kirby\Toolkit\Collection inherited from Kirby\Toolkit\Iterator