Skip to content

Kirby 4.2.0

$options->has()

Checks if the given object or id is in the collection

$options->has(string|object $key): bool

Parameters

Name Type Default
$key * string|object

Return type

bool

Parent class

Kirby\Option\Options inherited from Kirby\Cms\Collection