Documentation

DeprecatedFixerOptionInterface extends FixerOptionInterface

Table of Contents

Methods

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

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
throws
LogicException

when no default value is defined


        
On this page

Search results