The list of errors we encountered while applying the options
The options for the applier
Can be used in the same way as makeOptions
Is called to apply the default values for a missing key in the given $list
The list to add the default value to
The key to add the default value for
The definition to read the default value from
The path for the error message or the callback
Internal helper to apply the given filter callback
The key of the value to filter for the callback
The value to filter
The definition of the value to filter
The path of the value for the callback
The whole list for the callback
Internal helper to apply the definition recursively including the children
Internal helper to apply the given pre-filter callback
The key of the value to filter for the callback
The value to filter
The definition of the value to filter
The path of the value for the callback
The whole list for the callback
Internal helper to apply the given, custom validation for a given value
The key of the value to validate for the callback
The value to validate
The definition to validate with
The path of the value for the error message
The whole list for the callback
Internal helper to check the "type" validation of the definition
The value to validate
The definition to validate with
The path of the value for the error message
Internal helper to check the "value" validation of the definition
The value to validate
The definition to validate with
The path of the value for the error message
Internal helper which is used to validate a given definition to make sure only valid keys are given
Internal helper which validates the type of a given value against a list of valid types
the value to validate
The list of types to validate $value against
Generated using TypeDoc
If set, this holds the values that the custom validator returned This is needed to transfer the values from the custom validator to the value validator. The property is cleaned afterwards