Documentation

FixerOptionInterface
in

Table of Contents

getAllowedTypes()  : null|array<string|int, string>
getAllowedValues()  : null|array<string|int, mixed>
getDefault()  : mixed
getDescription()  : string
getName()  : string
getNormalizer()  : null|Closure
hasDefault()  : bool

Methods

getAllowedTypes()

public getAllowedTypes() : null|array<string|int, string>
Return values
null|array<string|int, string>

getAllowedValues()

public getAllowedValues() : null|array<string|int, mixed>
Return values
null|array<string|int, mixed>

getDefault()

public getDefault() : mixed
Tags
throws
LogicException

when no default value is defined

Return values
mixed

Search results