OptionsResolverInterface deprecated::resolve()

array resolve(array $options = array())

Returns the combination of the default and the passed options.

Parameters

array $options The custom option values.

Return Value

array A list of options and their values.

Exceptions

InvalidOptionsException If any of the passed options has not been defined or does not contain an allowed value.
MissingOptionsException If a required option is missing.
OptionDefinitionException If a cyclic dependency is detected between two lazy options.
doc_Symfony
2016-10-28 06:25:20
Comments
Leave a Comment

Please login to continue.