Method |
Description |
|
getCondition ( ) : string |
The additional condition which should apply to the join. |
|
getConditionMethod ( ) : string |
|
|
getEntityField ( ) : string |
The field, which should be joined. |
|
getEntityName ( ) : string |
The name of the entity to join. |
|
getMethod ( ) : string |
The method for the condition to apply (on or with). |
|
setCondition ( string $condition ) |
|
|
setConditionMethod ( string $conditionMethod ) |
|
|
setEntityField ( string $entityField ) |
|
|
setEntityName ( string $entityName ) |
|
|
setMethod ( string $method ) |
|
|