ArrayDataRecord
in package
implements
RecordInterface
Table of Contents
Interfaces
Properties
- $data : array<string|int, mixed>
Methods
- __construct() : mixed
- allData() : array<string, mixed>
- Return the data in the record
- getDataValue() : mixed
- Retrieve a value given by path to the data.
Properties
$data read-only
private
array<string|int, mixed>
$data
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
allData()
Return the data in the record
public
allData() : array<string, mixed>
Return values
array<string, mixed>getDataValue()
Retrieve a value given by path to the data.
public
getDataValue(array<int, string|int> $path) : mixed
Parameters
- $path : array<int, string|int>