PHP 클래스 Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineGroupConcatFieldDescriptor

상속: extends AbstractDoctrineFieldDescriptor
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface $fieldDescriptor, $name, $translation = null, $glue = ',', $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
getJoins ( )
getSelect ( )
getWhere ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface $fieldDescriptor, $name, $translation = null, $glue = ',', $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
$fieldDescriptor Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface

getJoins() 공개 메소드

public getJoins ( )

getSelect() 공개 메소드

public getSelect ( )

getWhere() 공개 메소드

public getWhere ( )