class ContainerBlockInstance (View source)

Properties

protected Block $block
protected Instance $instance
protected EntityManager $entityManager

Methods

__construct(Block $block, Instance $instance, EntityManager $entityManager)

No description

getBlock()

No description

getInstance()

No description

startRender()

Runs when the file is about to be included.

endRender()

Runs when render is completed. This way we can trigger area recompute in a performant way.

Details

__construct(Block $block, Instance $instance, EntityManager $entityManager)

No description

Parameters

Block $block
Instance $instance
EntityManager $entityManager

Block getBlock()

No description

Return Value

Block

Instance getInstance()

No description

Return Value

Instance

startRender()

Runs when the file is about to be included.

endRender()

Runs when render is completed. This way we can trigger area recompute in a performant way.