This implementation describes a data definition container.
getDefinition(string $name) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ContainerInterface
stringThe name of the definition to retrieve.
hasDefinition(string $name) : bool
stringThe name of the definition to retrieve.
boolsetDefinition(string $name, \ContaoCommunityAlliance\DcGeneral\DataDefinition\ContainerInterface $definition) : \ContaoCommunityAlliance\DcGeneral\DataDefinitionContainerInterface
stringName of the definition.
\ContaoCommunityAlliance\DcGeneral\DataDefinition\ContainerInterfaceThe definition to store.