Default implementation of a panel row.

 Methods

Create a new instance.

__construct() 

{@inheritdoc}

addElement($strKey, $objElement) 

Parameters

$strKey

$objElement

{@inheritdoc}

count() 

{@inheritdoc}

getContainer() 

{@inheritdoc}

getElement($strKey) 

Parameters

$strKey

{@inheritdoc}

getIterator() 

{@inheritdoc}

initialize(\ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface $objConfig, \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface $objElement) 

Parameters

$objConfig

$objElement

{@inheritdoc}

setContainer(\ContaoCommunityAlliance\DcGeneral\Panel\PanelContainerInterface $objContainer) 

Parameters

$objContainer

 Properties

 

The elements contained within this panel.

$arrElements : \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface[]
 

The panel container this panel is contained within.

$objContainer : \ContaoCommunityAlliance\DcGeneral\Panel\PanelContainerInterface