Documentation

RecordInterface

Table of Contents

allData()  : array<string, mixed>
Return the data in the record
getDataValue()  : string|int|float|bool|null|array<string|int, 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<string|int, mixed> $path) : string|int|float|bool|null|array<string|int, mixed>
Parameters
$path : array<string|int, mixed>
Tags
phpstan-param

non-empty-list $path

Return values
string|int|float|bool|null|array<string|int, mixed>

Search results