class RenderedSlotCollection (View source)

Holds a collection of RenderedSlot objects, each bound to a particular slot for easy rendering.

Properties

protected Instance $instance

Methods

__construct(Instance $instance, array $collection = [])

No description

RenderedSlot|null
getRenderedSlot(int $slot)

No description

Details

__construct(Instance $instance, array $collection = [])

No description

Parameters

Instance $instance
array $collection

RenderedSlot|null getRenderedSlot(int $slot)

No description

Parameters

int $slot

Return Value

RenderedSlot|null