BridgeJoinable
class BridgeJoinable extends Joinable
Constants
JOIN_SIDE_LEFT |
|
JOIN_SIDE_INNER |
|
JOIN_TYPE_ONE_TO_ONE |
|
JOIN_TYPE_MANY_TO_ONE |
|
JOIN_TYPE_ONE_TO_MANY |
|
Properties
protected string | $baseTable | from Joinable | |
protected string | $baseColumn | from Joinable | |
protected string | $targetTable | from Joinable | |
protected string | $targetColumn | from Joinable | |
protected string | $alias | from Joinable | |
protected array | $conditions | from Joinable | |
protected string | $joinSide | from Joinable | |
protected int | $joinType | from Joinable | |
protected string | $entity | from Joinable | |
protected array | $entityFields | from Joinable | |
protected Joinable | $middleLink |
Methods
array
getConditionsForJoin(string|null $baseTableAlias = NULL)
Gets conditions required when joining to a base table
from Joinable
getMiddleLink()
No description
Details
at line 46
__construct($targetTable, $targetColumn, string|null $alias, Joinable $middleLink)
in Joinable at line 126
array
getConditionsForJoin(string|null $baseTableAlias = NULL)
Gets conditions required when joining to a base table