EquiJoinConditionInterface extends JoinConditionInterface
Tests whether the childSelector node is a child of the parentSelector node. A node-tuple satisfies the constraint only if: childSelectorNode.getParent().isSame(parentSelectorNode) would return true, where childSelectorNode is the node for childSelector and parentSelectorNode is the node for parentSelector.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- getChildSelectorName() : string
- getParentSelectorName() : string
- getSelector1Name() : string
Methods
getChildSelectorName()
public
getChildSelectorName() : string
Return values
stringgetParentSelectorName()
public
getParentSelectorName() : string
Return values
stringgetSelector1Name()
public
getSelector1Name() : string