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

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getConditionMethod() public méthode

public getConditionMethod ( ) : string
Résultat string

getEntityField() public méthode

The field, which should be joined.
public getEntityField ( ) : string
Résultat string

getEntityName() public méthode

The name of the entity to join.
public getEntityName ( ) : string
Résultat string

getMethod() public méthode

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

setCondition() public méthode

public setCondition ( string $condition )
$condition string

setConditionMethod() public méthode

public setConditionMethod ( string $conditionMethod )
$conditionMethod string

setEntityField() public méthode

public setEntityField ( string $entityField )
$entityField string

setEntityName() public méthode

public setEntityName ( string $entityName )
$entityName string

setMethod() public méthode

public setMethod ( string $method )
$method string