PHP Класс Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\JoinMetadata

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )

Описание методов

getCondition() публичный Метод

The additional condition which should apply to the join.
public getCondition ( ) : string
Результат string

getConditionMethod() публичный Метод

public getConditionMethod ( ) : string
Результат string

getEntityField() публичный Метод

The field, which should be joined.
public getEntityField ( ) : string
Результат string

getEntityName() публичный Метод

The name of the entity to join.
public getEntityName ( ) : string
Результат string

getMethod() публичный Метод

The method for the condition to apply (on or with).
public getMethod ( ) : string
Результат string

setCondition() публичный Метод

public setCondition ( string $condition )
$condition string

setConditionMethod() публичный Метод

public setConditionMethod ( string $conditionMethod )
$conditionMethod string

setEntityField() публичный Метод

public setEntityField ( string $entityField )
$entityField string

setEntityName() публичный Метод

public setEntityName ( string $entityName )
$entityName string

setMethod() публичный Метод

public setMethod ( string $method )
$method string