StringValue
    
            
            in package
            
        
    
            
            implements
                            PseudoType                    
    
    
Tags
Table of Contents
Interfaces
Properties
- $value : string
 
Methods
- __construct() : mixed
 - __toString() : string
 - Returns a rendered output of the Type as it would be used in a DocBlock.
 - getValue() : string
 - underlyingType() : Type
 
Properties
$value
        private
            string
    $value
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $value) : mixed
    Parameters
- $value : string
 
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
    public
                    __toString() : string
    Return values
stringgetValue()
    public
                    getValue() : string
    Return values
stringunderlyingType()
    public
                    underlyingType() : Type