PHP 클래스 Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\JoinMetadata

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
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