Documentation

FixerOptionBuilder
in package

Table of Contents

$allowedTypes  : null|array<string|int, string>
$allowedValues  : null|array<string|int, mixed>
$default  : mixed
$deprecationMessage  : null|string
$description  : string
$isRequired  : bool
$name  : string
$normalizer  : null|Closure
__construct()  : mixed
getOption()  : FixerOptionInterface
setAllowedTypes()  : $this
setAllowedValues()  : $this
setDefault()  : $this
setDeprecationMessage()  : $this
setNormalizer()  : $this

Properties

Methods

__construct()

public __construct(string $name, string $description) : mixed
Parameters
$name : string
$description : string
Return values
mixed

setAllowedTypes()

public setAllowedTypes(array<string|int, string> $allowedTypes) : $this
Parameters
$allowedTypes : array<string|int, string>
Return values
$this

setAllowedValues()

public setAllowedValues(array<string|int, mixed> $allowedValues) : $this
Parameters
$allowedValues : array<string|int, mixed>
Return values
$this

setDefault()

public setDefault(mixed $default) : $this
Parameters
$default : mixed
Return values
$this

setDeprecationMessage()

public setDeprecationMessage(null|string $deprecationMessage) : $this
Parameters
$deprecationMessage : null|string
Return values
$this

setNormalizer()

public setNormalizer(Closure $normalizer) : $this
Parameters
$normalizer : Closure
Return values
$this

Search results