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
- $properties : array<string|int, mixed>
Methods
- __construct() : mixed
- get() : mixed
- has() : bool
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string|int, mixed>
- resolveRecordPropertyClosure() : mixed
Properties
$properties
protected
array<string|int, mixed>
$properties
Methods
__construct()
public
__construct(array<string|int, mixed> $properties) : mixed
Parameters
- $properties : 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>resolveRecordPropertyClosure()
protected
resolveRecordPropertyClosure(string $id, mixed $propertyValue) : mixed
Parameters
- $id : string
- $propertyValue : mixed