Skip to content

Kirby 5.2.0

$options->__debugInfo()

The Kirby Collection class only shows the key to avoid huge trees when dumping, but for the options collections this is really not useful

$options->__debugInfo(): array

Return type

array

This method modifies the existing $options object it is applied to and returns it again.

Parent class

Kirby\Option\Options