This interface describes the relationships between data providers.
addChildCondition(\ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\ParentChildConditionInterface $condition) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\ModelRelationshipDefinitionInterface
\ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\ParentChildConditionInterface
The parent child condition.
getChildCondition(string $srcProvider, string $dstProvider) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\ParentChildConditionInterface
string
The parenting table.
string
The child table.
getChildConditions(string $srcProvider) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\ParentChildConditionInterface[]
string
The parenting table for which child conditions shall be assembled for (optional).
getRootCondition() : \ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\RootConditionInterface
setRootCondition(\ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\RootConditionInterface $condition) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\ModelRelationshipDefinitionInterface
\ContaoCommunityAlliance\DcGeneral\DataDefinition\ModelRelationship\RootConditionInterface
The root condition.
NAME