$fieldsets->without()
Alias for Kirby\Cms\Fieldsets::not()
$fieldsets->without(string ...$keys): Kirby\Cms\Fieldsets
Parameters
Name | Type | Default |
---|---|---|
...$keys | string |
no default value |
Return type
This method does not modify the existing $fieldsets
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\Fieldsets
inherited from Kirby\Toolkit\Collection