StoredRecordInterface
extends
RecordInterface
in
Table of Contents
Methods
- allData() : array<string, mixed>
- Return the data in the record
- getDataValue() : mixed
- Retrieve a value given by path to the data.
- getLastUpdate() : DateTimeInterface
- Since there is no interface for immutable date times, implementations MUST return a fresh object every time.
- getRecordId() : int
- Return the unique ID of this record
- getStarted() : DateTimeInterface
- Since there is no interface for immutable date times, implementations MUST return a fresh object every time.
Methods
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> $path) : mixed
Parameters
- $path : array<int, string>
getLastUpdate()
Since there is no interface for immutable date times, implementations MUST return a fresh object every time.
public
getLastUpdate() : DateTimeInterface
Return values
DateTimeInterfacegetRecordId()
Return the unique ID of this record
public
getRecordId() : int
Return values
intgetStarted()
Since there is no interface for immutable date times, implementations MUST return a fresh object every time.
public
getStarted() : DateTimeInterface