DeprecatedFixerOption
in package
implements
DeprecatedFixerOptionInterface
FinalYes
Table of Contents
Interfaces
Properties
- $deprecationMessage : string
- $option : FixerOptionInterface
Methods
- __construct() : mixed
- getAllowedTypes() : null|array<int, string>
- getAllowedValues() : null|array<int, null|callable(mixed): bool|scalar>
- getDefault() : mixed
- getDeprecationMessage() : string
- getDescription() : string
- getName() : string
- getNormalizer() : Closure|null
- hasDefault() : bool
Properties
$deprecationMessage
private
string
$deprecationMessage
$option
private
FixerOptionInterface
$option
Methods
__construct()
public
__construct(FixerOptionInterface $option, string $deprecationMessage) : mixed
Parameters
- $option : FixerOptionInterface
- $deprecationMessage : string
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
getDeprecationMessage()
public
getDeprecationMessage() : string
Return values
stringgetDescription()
public
getDescription() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetNormalizer()
public
getNormalizer() : Closure|null
Return values
Closure|nullhasDefault()
public
hasDefault() : bool