IntegerValue
in package
implements
PseudoType
FinalYes
Tags
Table of Contents
Interfaces
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
$value
private
int
$value
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
stringgetValue()
public
getValue() : int
Return values
intunderlyingType()
public
underlyingType() : Type