Table of Contents
Properties
-
$entityId
: string
-
$id
: string
-
$items
: array<string|int, mixed>
-
$structure
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getFieldName()
: string
-
getId()
: string
-
getType()
: PortableFieldType
-
jsonSerialize()
: array<string|int, mixed>
$entityId
read-only
public
string
$entityId
$id
read-only
public
string
$id
$items
read-only
public
array<string|int, mixed>
$items
= []
$structure
read-only
public
array<string|int, mixed>
$structure
__construct()
public
__construct(string $entityId, string $id, array<string|int, mixed> $structure[, array<string|int, mixed> $items = [] ]) : mixed
Parameters
-
$entityId
: string
-
-
$id
: string
-
-
$structure
: array<string|int, mixed>
-
-
$items
: array<string|int, mixed>
= []
-
getFieldName()
public
getFieldName() : string
getId()
public
getId() : string
getType()
public
getType() : PortableFieldType
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>