True_
        
        extends Boolean
    
    
            
            in package
            
        
    
            
            implements
                            PseudoType                    
    
    
FinalYes
Value Object representing the PseudoType 'False', which is a Boolean type.
Tags
Table of Contents
Interfaces
Methods
- __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
stringunderlyingType()
    public
                    underlyingType() : Type