IntegerRange
        
        extends Integer
    
    
            
            in package
            
        
    
            
            implements
                            PseudoType                    
    
    
FinalYes
Value Object representing the type 'int'.
Tags
Table of Contents
Interfaces
Properties
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
$maxValue
        private
            string
    $maxValue
    
    
    
    
    
    
$minValue
        private
            string
    $minValue
    
    
    
    
    
    
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
stringgetMaxValue()
    public
                    getMaxValue() : string
    Return values
stringgetMinValue()
    public
                    getMinValue() : string
    Return values
stringunderlyingType()
    public
                    underlyingType() : Type