Type Resolver

IntegerValue
in package
implements PseudoType

FinalYes
Tags
psalm-immutable

Table of Contents

Interfaces

PseudoType

Properties

$value  : int

Methods

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

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int

__toString()

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

public __toString() : string
Return values
string

        
On this page

Search results