$languages->intersects()
Checks if there is an intersection between the given collection and this collection
$languages->intersects(\Kirby\Toolkit\Collection $other): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$other |
Kirby\Toolkit\Collection |
– |
Return type
bool
Inherited from
Kirby\Toolkit\Collection