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