InterfaceString
    
            
            in package
            
        
    
            
            implements
                            Type                    
    
    
FinalYes
Value Object representing the type 'string'.
Tags
Table of Contents
Interfaces
Properties
- $fqsen : Fqsen|null
 
Methods
- __construct() : mixed
 - Initializes this representation of a class string with the given Fqsen.
 - __toString() : string
 - Returns a rendered output of the Type as it would be used in a DocBlock.
 - getFqsen() : Fqsen|null
 - Returns the FQSEN associated with this object.
 
Properties
$fqsen
        private
            Fqsen|null
    $fqsen
    
    
    
    
    
    
Methods
__construct()
Initializes this representation of a class string with the given Fqsen.
    public
                    __construct([Fqsen|null $fqsen = null ]) : mixed
    Parameters
- $fqsen : Fqsen|null = null
 
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
    public
                    __toString() : string
    Return values
stringgetFqsen()
Returns the FQSEN associated with this object.
    public
                    getFqsen() : Fqsen|null