StructuredReference
implements
Operand
Interfaces, Classes and Traits
- Operand
Table of Contents
-
NAME
= 'Structured Reference'
-
CLOSE_BRACE
= ']'
-
OPEN_BRACE
= '['
-
$value
: string
-
__construct()
: mixed
-
fromParser()
: self
-
value()
: string
NAME
public
mixed
NAME
= 'Structured Reference'
CLOSE_BRACE
private
mixed
CLOSE_BRACE
= ']'
OPEN_BRACE
private
mixed
OPEN_BRACE
= '['
$value
private
string
$value
__construct()
public
__construct(string $structuredReference) : mixed
Parameters
-
$structuredReference
: string
-
Return values
mixed
—
fromParser()
public
static fromParser(string $formula, int $index, array<string|int, mixed> $matches) : self
Parameters
-
$formula
: string
-
-
$index
: int
-
-
$matches
: array<string|int, mixed>
-
Return values
self
—
value()
public
value() : string
Return values
string
—