We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have a scenario where I want to use the OptionsResolver functionality, but want to allow extra options.
I was thinking $resolver->allowExtraOptions(true).
$resolver->allowExtraOptions(true)
Any thoughts on this?