class OptionsResolverIntrospector
__construct(OptionsResolver $optionsResolver) | ||
mixed | getDefault(string $option) | |
array | getLazyClosures(string $option) | |
array | getAllowedTypes(string $option) | |
array | getAllowedValues(string $option) | |
Closure | getNormalizer(string $option) |
OptionsResolver | $optionsResolver |
string | $option |
mixed |
NoConfigurationException | on no configured value |
string | $option |
array |
NoConfigurationException | on no configured closures |
string | $option |
array |
NoConfigurationException | on no configured types |
string | $option |
array |
NoConfigurationException | on no configured values |
string | $option |
Closure |
NoConfigurationException | on no configured normalizer |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/OptionsResolver/Debug/OptionsResolverIntrospector.html