Block
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$blankId
: int|null
-
$code
: string
-
$data
: array<string|int, mixed>
-
$fields
: FieldCollection|null
-
$id
: int|null
-
$party
: int
-
$position
: Position|null
-
$role
: string|null
-
$style
: Style|null
-
$type
: string
Methods
-
__construct()
: mixed
$blankId
public
int|null
$blankId
= null
$code
public
string
$code
$data
public
array<string|int, mixed>
$data
= []
$fields
public
FieldCollection|null
$fields
= null
$id
public
int|null
$id
= null
$party
public
int
$party
$position
public
Position|null
$position
= null
$role
public
string|null
$role
= null
$style
public
Style|null
$style
= null
$type
public
string
$type
__construct()
public
__construct(int $party, string $type, string $code[, int|null $blankId = null ][, Position|null $position = null ][, array<string|int, mixed> $data = [] ][, int|null $id = null ][, Style|null $style = null ][, FieldCollection|null $fields = null ][, string|null $role = null ]) : mixed
Parameters
-
$party
: int
-
-
$type
: string
-
-
$code
: string
-
-
$blankId
: int|null
= null
-
-
$position
: Position|null
= null
-
-
$data
: array<string|int, mixed>
= []
-
-
$id
: int|null
= null
-
-
$style
: Style|null
= null
-
-
$fields
: FieldCollection|null
= null
-
-
$role
: string|null
= null
-