JoinInterface
Performs a join between two node-tuple sources.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- getJoinCondition() : JoinConditionInterface
- getJoinType() : string
- getLeft() : SourceInterface|SelectorInterface
- getRight() : SourceInterface|SelectorInterface
Methods
getJoinCondition()
public
getJoinCondition() : JoinConditionInterface
Return values
JoinConditionInterfacegetJoinType()
public
getJoinType() : string
Return values
string —one of QueryObjectModelConstants.JCR_JOIN_TYPE_*
getLeft()
public
getLeft() : SourceInterface|SelectorInterface
Return values
SourceInterface|SelectorInterfacegetRight()
public
getRight() : SourceInterface|SelectorInterface