EquiJoinCondition implements EquiJoinConditionInterface
Read onlyYes
FinalYes
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
A node-tuple satisfies the constraint only if: the selector1Name node has a property named property1Name, and the selector2Name node has a property named property2Name, and the value of property property1Name is equal to the value of property property2Name.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Interfaces
- EquiJoinConditionInterface
- 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.
Properties
- $property1Name : string
- $property2Name : string
- $selector1Name : string
- $selector2Name : string
Methods
- __construct() : mixed
- getChildSelectorName() : string
- getParentSelectorName() : string
- getProperty1Name() : string
- getProperty2Name() : string
- getSelector1Name() : string
- getSelector2Name() : string
Properties
$property1Name
protected
string
$property1Name
$property2Name
protected
string
$property2Name
$selector1Name
protected
string
$selector1Name
$selector2Name
protected
string
$selector2Name
Methods
__construct()
public
__construct(string $selector1Name, string $property1Name, string $selector2Name, string $property2Name) : mixed
Parameters
- $selector1Name : string
- $property1Name : string
- $selector2Name : string
- $property2Name : string
getChildSelectorName()
public
getChildSelectorName() : string
Return values
stringgetParentSelectorName()
public
getParentSelectorName() : string
Return values
stringgetProperty1Name()
public
getProperty1Name() : string
Return values
stringgetProperty2Name()
public
getProperty2Name() : string
Return values
stringgetSelector1Name()
public
getSelector1Name() : string
Return values
stringgetSelector2Name()
public
getSelector2Name() : string