PositiveInteger
        
        extends Integer
    
    
            
            in package
            
        
    
            
            implements
                            PseudoType                    
    
    
        
            Value Object representing the type 'int'.
Tags
Interfaces, Classes and Traits
Table of Contents
- __toString() : string
 - Returns a rendered output of the Type as it would be used in a DocBlock.
 - underlyingType() : Type
 
Methods
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
    public
                __toString() : string
    
    
    
        Return values
string —underlyingType()
    public
                underlyingType() : Type