This interface describes a panel container.
addPanel(string $strKey, \ContaoCommunityAlliance\DcGeneral\Panel\PanelInterface $objPanel) : \ContaoCommunityAlliance\DcGeneral\Panel\PanelContainerInterface
string
Name of the panel.
getEnvironment() : \ContaoCommunityAlliance\DcGeneral\EnvironmentInterface
getPanel(string $strKey) : \ContaoCommunityAlliance\DcGeneral\Panel\PanelInterface
string
The name of the panel.
initialize(\ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface $objConfig, \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface $objElement) : \ContaoCommunityAlliance\DcGeneral\Panel\PanelContainerInterface
\ContaoCommunityAlliance\DcGeneral\Data\ConfigInterface
The data config to be populated with the element values.
\ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface
The element currently being initialized.
setEnvironment(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $objEnvironment) : \ContaoCommunityAlliance\DcGeneral\Panel\PanelContainerInterface
updateValues() : bool
bool