PortableBlock
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$code
: string
-
$data
: array<string|int, mixed>
-
$party
: int
-
$position
: Position|null
-
$role
: string|null
-
$style
: Style|null
-
$type
: string
Methods
-
__construct()
: mixed
$code
public
string
$code
$data
public
array<string|int, mixed>
$data
= []
$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[, Position|null $position = null ][, Style|null $style = null ][, string|null $role = null ][, array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$party
: int
-
-
$type
: string
-
-
$code
: string
-
-
$position
: Position|null
= null
-
-
$style
: Style|null
= null
-
-
$role
: string|null
= null
-
-
$data
: array<string|int, mixed>
= []
-