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

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

공개 메소드들

메소드 설명
__construct ( $fieldName, $name, $entityName, $translation = null, $joins = [], $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other )
getEntityName ( ) : string Returns the name of the entity this field is contained in.
getFieldName ( ) : string Returns the alias for the field in the database.
getJoins ( )
getSelect ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $fieldName, $name, $entityName, $translation = null, $joins = [], $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )

compare() 공개 메소드

public compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other )
$other Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface

getEntityName() 공개 메소드

Returns the name of the entity this field is contained in.
public getEntityName ( ) : string
리턴 string

getFieldName() 공개 메소드

Returns the alias for the field in the database.
public getFieldName ( ) : string
리턴 string

getJoins() 공개 메소드

public getJoins ( )

getSelect() 공개 메소드

public getSelect ( )