StructuredReference
    
            
            in package
            
        
    
            
            implements
                            Operand,                             Stringable                    
    
    
FinalYes
Table of Contents
Interfaces
- Operand
- Stringable
Constants
- NAME = 'Structured Reference'
Methods
- __construct() : mixed
- __toString() : string
- fromParser() : self
- parse() : string
- value() : string
Constants
NAME
    public
        mixed
    NAME
    = 'Structured Reference'
    
    
    
    
Methods
__construct()
    public
                    __construct(string $structuredReference) : mixed
    Parameters
- $structuredReference : string
__toString()
    public
                    __toString() : string
    Return values
stringfromParser()
    public
            static        fromParser(string $formula, int $index, array<string|int, string> $matches) : self
    Parameters
- $formula : string
- $index : int
- $matches : array<string|int, string>
Return values
selfparse()
    public
                    parse(Cell $cell) : string
    Parameters
- $cell : Cell
Tags
Return values
stringvalue()
    public
                    value() : string