FixerOptionInterface
                
            in
            
        
    
        
        
Table of Contents
Methods
- getAllowedTypes() : null|array<int, string>
 - getAllowedValues() : null|array<int, null|callable(mixed): bool|scalar>
 - getDefault() : mixed
 - getDescription() : string
 - getName() : string
 - getNormalizer() : Closure|null
 - hasDefault() : bool
 
Methods
getAllowedTypes()
    public
                    getAllowedTypes() : null|array<int, string>
    Return values
null|array<int, string>getAllowedValues()
    public
                    getAllowedValues() : null|array<int, null|callable(mixed): bool|scalar>
    Return values
null|array<int, null|callable(mixed): bool|scalar>getDefault()
    public
                    getDefault() : mixed
    Tags
getDescription()
    public
                    getDescription() : string
    Return values
stringgetName()
    public
                    getName() : string
    Return values
stringgetNormalizer()
    public
                    getNormalizer() : Closure|null
    Return values
Closure|nullhasDefault()
    public
                    hasDefault() : bool