Partition
FinalYes
Properties
Methods
- __construct() : mixed
- fromArray() : array<string|int, Partition>
- fromUri() : Partitions
- id() : string
- reference() : Reference
- valueFromRow() : mixed
Properties
$name read-only
public
string
$name
$value read-only
public
string
$value
Methods
__construct()
public
__construct(string $name, string $value) : mixed
Parameters
- $name : string
- $value : string
fromArray()
public
static fromArray(array<string, mixed> $data) : array<string|int, Partition>
Parameters
- $data : array<string, mixed>
Return values
array<string|int, Partition>fromUri()
public
static fromUri(string $uri) : Partitions
Parameters
- $uri : string
Return values
Partitionsid()
public
id() : string
Return values
stringreference()
public
reference() : Reference
Return values
ReferencevalueFromRow()
public
static valueFromRow(Reference $ref, Row $row) : mixed
Parameters
- $ref : Reference
- $row : Row