BlockList
FinalYes
Methods
- __construct() : mixed
- all() : array<string|int, mixed>
- append() : self
- last() : Block|null
Methods
__construct()
public
__construct(Block ...$blocks) : mixed
Parameters
- $blocks : Block
all()
public
all() : array<string|int, mixed>
Return values
array<string|int, mixed>append()
public
append(Block $block) : self
Parameters
- $block : Block
Return values
selflast()
public
last() : Block|null