OptionsResolverIntrospector
in package
Tags
Table of Contents
- $get : mixed
- __construct() : mixed
- getAllowedTypes() : array<string|int, string>
- getAllowedValues() : array<string|int, mixed>
- getDefault() : mixed
- getDeprecation() : array<string|int, mixed>
- getDeprecationMessage() : string|Closure
- getLazyClosures() : array<string|int, Closure>
- getNormalizer() : Closure
- getNormalizers() : array<string|int, mixed>
Properties
$get
private
mixed
$get
Methods
__construct()
public
__construct(OptionsResolver $optionsResolver) : mixed
Parameters
- $optionsResolver : OptionsResolver
Return values
mixed —getAllowedTypes()
public
getAllowedTypes(string $option) : array<string|int, string>
Parameters
- $option : string
Tags
Return values
array<string|int, string> —getAllowedValues()
public
getAllowedValues(string $option) : array<string|int, mixed>
Parameters
- $option : string
Tags
Return values
array<string|int, mixed> —getDefault()
public
getDefault(string $option) : mixed
Parameters
- $option : string
Tags
Return values
mixed —getDeprecation()
public
getDeprecation(string $option) : array<string|int, mixed>
Parameters
- $option : string
Tags
Return values
array<string|int, mixed> —getDeprecationMessage()
public
getDeprecationMessage(string $option) : string|Closure
Parameters
- $option : string
Tags
Return values
string|Closure —getLazyClosures()
public
getLazyClosures(string $option) : array<string|int, Closure>
Parameters
- $option : string
Tags
Return values
array<string|int, Closure> —getNormalizer()
public
getNormalizer(string $option) : Closure
Parameters
- $option : string
Tags
Return values
Closure —getNormalizers()
public
getNormalizers(string $option) : array<string|int, mixed>
Parameters
- $option : string