class DividerBlock implements BlockContract

Properties

protected string|null $blockId

A string acting as a unique identifier for a block.

Methods

id(string $id)

Set the block identifier.

array
toArray()

Get the instance as an array.

Details

at line 24
DividerBlock id(string $id)

Set the block identifier.

Parameters

string $id

Return Value

DividerBlock

at line 34
array toArray()

Get the instance as an array.

Return Value

array