FlexFormFieldValues implements ContainerInterface, ArrayAccess
Represents a record's flex form field values.
not part of public API, as this needs to be streamlined and proven
Table of Contents
Interfaces
- ContainerInterface
- ArrayAccess
Properties
- $sheets : array<string|int, mixed>
Methods
- __construct() : mixed
- get() : mixed
- has() : bool
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string|int, mixed>
- hasMultipleSheets() : bool
- processId() : array<string|int, mixed>
- resolveRecordPropertyClosure() : mixed
Properties
$sheets
protected
array<string|int, mixed>
$sheets
Methods
__construct()
public
__construct(array<string|int, mixed> $sheets) : mixed
Parameters
- $sheets : array<string|int, mixed>
get()
public
get(string $id) : mixed
Parameters
- $id : string
has()
public
has(string $id) : bool
Parameters
- $id : string
Return values
booloffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>hasMultipleSheets()
protected
hasMultipleSheets() : bool
Return values
boolprocessId()
protected
processId(string $id) : array<string|int, mixed>
Parameters
- $id : string
Return values
array<string|int, mixed>resolveRecordPropertyClosure()
protected
resolveRecordPropertyClosure(string $id, mixed $propertyValue) : mixed
Parameters
- $id : string
- $propertyValue : mixed