Join implements JoinInterface

Performs a join between two node-tuple sources.

Internal

only to be used within Extbase, not part of TYPO3 Core API.

Table of Contents

Interfaces

JoinInterface
Performs a join between two node-tuple sources.

Properties

$joinCondition  : JoinConditionInterface
$joinType  : string
$left  : SourceInterface
$right  : SourceInterface

Methods

__construct()  : mixed
Constructs the Join instance
getJoinCondition()  : JoinConditionInterface
Gets the join condition.
getJoinType()  : string
Gets the join type.
getLeft()  : SourceInterface
Gets the left node-tuple source.
getRight()  : SourceInterface
Gets the right node-tuple source.

Properties

Methods

getJoinType()

Gets the join type.

public getJoinType() : string
Return values
string

one of QueryObjectModelConstants.JCR_JOIN_TYPE_*


        
On this page

Search results