\Symfony\Component\OptionsResolver\DebugOptionsResolverIntrospector

Summary

Methods
Properties
Constants
__construct()
getDefault()
getLazyClosures()
getAllowedTypes()
getAllowedValues()
getNormalizer()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$get
N/A

Properties

$get

$get : 

Type

Methods

getDefault()

getDefault(string  $option) : mixed

Parameters

string $option

Throws

\Symfony\Component\OptionsResolver\Exception\NoConfigurationException

on no configured value

Returns

mixed

getLazyClosures()

getLazyClosures(string  $option) : array<mixed,\Closure>

Parameters

string $option

Throws

\Symfony\Component\OptionsResolver\Exception\NoConfigurationException

on no configured closures

Returns

array<mixed,\Closure>

getAllowedTypes()

getAllowedTypes(string  $option) : array<mixed,string>

Parameters

string $option

Throws

\Symfony\Component\OptionsResolver\Exception\NoConfigurationException

on no configured types

Returns

array<mixed,string>

getAllowedValues()

getAllowedValues(string  $option) : array<mixed,mixed>

Parameters

string $option

Throws

\Symfony\Component\OptionsResolver\Exception\NoConfigurationException

on no configured values

Returns

array<mixed,mixed>

getNormalizer()

getNormalizer(string  $option) : \Closure

Parameters

string $option

Throws

\Symfony\Component\OptionsResolver\Exception\NoConfigurationException

on no configured normalizer

Returns

\Closure