PHP 인터페이스 Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface

상속: extends Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getJoins ( ) : DoctrineJoinDescriptor[] Returns all the joins required for this field.
getSearch ( ) : string Returns the where statement for search.
getSelect ( ) : string Returns the select statement for this field without the alias.
getWhere ( ) : string Returns a simple select statement (for where statements as an example).

메소드 상세

getJoins() 공개 메소드

Returns all the joins required for this field.
public getJoins ( ) : DoctrineJoinDescriptor[]
리턴 DoctrineJoinDescriptor[]

getSearch() 공개 메소드

Returns the where statement for search.
public getSearch ( ) : string
리턴 string

getSelect() 공개 메소드

Returns the select statement for this field without the alias.
public getSelect ( ) : string
리턴 string

getWhere() 공개 메소드

Returns a simple select statement (for where statements as an example).
public getWhere ( ) : string
리턴 string