Skip to content

Kirby 3.5.7.1

new OptionsQuery()

OptionsQuery constructor

new OptionsQuery(array $props)

Parameters

Name Type Default
$props * array

For the $props parameter, you pass an array with the following data, which will be used to set up the Kirby\Form\OptionsQuery object:

Name Type
aliases array
data * array
options array|string
query * string
text * mixed
value * mixed

Parent class

Kirby\Form\OptionsQuery