$languages->not()
Returns a Collection without the given element(s)
$languages->not(mixed $keys = null): Kirby\Cms\Collection
Parameters
Name | Type | Default | Description |
---|---|---|---|
$keys |
mixed |
null |
any number of keys, passed as individual arguments |
Return type
Inherited from
Kirby\Cms\Collection