Type Resolver

IntegerRange extends Integer
in package
implements PseudoType

FinalYes

Value Object representing the type 'int'.

Tags
psalm-immutable

Table of Contents

Interfaces

PseudoType

Properties

$maxValue  : string
$minValue  : string

Methods

__construct()  : mixed
__toString()  : string
Returns a rendered output of the Type as it would be used in a DocBlock.
getMaxValue()  : string
getMinValue()  : string
underlyingType()  : Type

Properties

Methods

__construct()

public __construct(string $minValue, string $maxValue) : mixed
Parameters
$minValue : string
$maxValue : string

__toString()

Returns a rendered output of the Type as it would be used in a DocBlock.

public __toString() : string
Return values
string

getMaxValue()

public getMaxValue() : string
Return values
string

getMinValue()

public getMinValue() : string
Return values
string

        
On this page

Search results