Skip to content

Kirby 4.1.2

$options->without()

Alias for $this->not()

$options->without(string ...$keys = null): Kirby\Option\Options

Parameters

Name Type Default Description
... $keys string null any number of keys, passed as individual arguments

Return type

Kirby\Option\Options

This method does not modify the existing $options object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Option\Options inherited from Kirby\Toolkit\Collection