Documentation

RecordInterface

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.

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>

        
On this page

Search results