TaggedValue
    
            
            in package
            
        
    
    
    
        
        
    Tags
Table of Contents
- $tag : string
 - $value : mixed
 - __construct() : mixed
 - getTag() : string
 - getValue() : mixed
 
Properties
$tag
    private
        string
    $tag
    
        
        
    
$value
    private
        mixed
    $value
    
        
        
    
Methods
__construct()
    public
                    __construct(string $tag, mixed $value) : mixed
        
        Parameters
- $tag : string
 - $value : mixed
 
Return values
mixed —getTag()
    public
                    getTag() : string
        
    
    
        Return values
string —getValue()
    public
                    getValue() : mixed