PHP Class Jackalope\Query\QOM\Join

Inheritance: implements PHPCR\Query\QOM\JoinInterface
Afficher le fichier Open project: jackalope/jackalope

Protected Properties

Свойство Type Description
$joinCondition PHPCR\Query\QOM\JoinConditionInterface
$joinType string
$left PHPCR\Query\QOM\SourceInterface
$right PHPCR\Query\QOM\SourceInterface

Méthodes publiques

Méthode Description
__construct ( PHPCR\Query\QOM\SourceInterface $left, PHPCR\Query\QOM\SourceInterface $right, string $joinType, PHPCR\Query\QOM\JoinConditionInterface $joinCondition ) Create a new join instance
getJoinCondition ( ) {@inheritDoc}
getJoinType ( ) {@inheritDoc}
getLeft ( ) {@inheritDoc}
getRight ( ) {@inheritDoc}

Method Details

__construct() public méthode

Create a new join instance
public __construct ( PHPCR\Query\QOM\SourceInterface $left, PHPCR\Query\QOM\SourceInterface $right, string $joinType, PHPCR\Query\QOM\JoinConditionInterface $joinCondition )
$left PHPCR\Query\QOM\SourceInterface
$right PHPCR\Query\QOM\SourceInterface
$joinType string
$joinCondition PHPCR\Query\QOM\JoinConditionInterface

getJoinCondition() public méthode

{@inheritDoc}
public getJoinCondition ( )

getJoinType() public méthode

{@inheritDoc}
public getJoinType ( )

getLeft() public méthode

{@inheritDoc}
public getLeft ( )

getRight() public méthode

{@inheritDoc}
public getRight ( )

Property Details

$joinCondition protected_oe property

protected JoinConditionInterface,PHPCR\Query\QOM $joinCondition
Résultat PHPCR\Query\QOM\JoinConditionInterface

$joinType protected_oe property

protected string $joinType
Résultat string

$left protected_oe property

protected SourceInterface,PHPCR\Query\QOM $left
Résultat PHPCR\Query\QOM\SourceInterface

$right protected_oe property

protected SourceInterface,PHPCR\Query\QOM $right
Résultat PHPCR\Query\QOM\SourceInterface