array resolve(array $options = array())
Returns the combination of the default and the passed options.
array resolve(array $options = array())
Returns the combination of the default and the passed options.
array | $options | The custom option values. |
array | A list of options and their values. |
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. |
Designed by : w10schools
service@w10schools.com
Please login to continue.