PHP Class Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\JoinMetadata

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

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 )

Method Details

getCondition() public method

The additional condition which should apply to the join.
public getCondition ( ) : string
return string

getConditionMethod() public method

public getConditionMethod ( ) : string
return string

getEntityField() public method

The field, which should be joined.
public getEntityField ( ) : string
return string

getEntityName() public method

The name of the entity to join.
public getEntityName ( ) : string
return string

getMethod() public method

The method for the condition to apply (on or with).
public getMethod ( ) : string
return string

setCondition() public method

public setCondition ( string $condition )
$condition string

setConditionMethod() public method

public setConditionMethod ( string $conditionMethod )
$conditionMethod string

setEntityField() public method

public setEntityField ( string $entityField )
$entityField string

setEntityName() public method

public setEntityName ( string $entityName )
$entityName string

setMethod() public method

public setMethod ( string $method )
$method string