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

상속: implements Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( $name, $translation = null, $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other )
getClass ( )
getDefault ( )
getDisabled ( )
getEditable ( )
getMetadata ( )
getMinWidth ( )
getName ( )
getSortable ( )
getTranslation ( )
getType ( )
getWidth ( )
setMetadata ( PropertyMetadata $metadata ) Sets metadata for property.

메소드 상세

__construct() 공개 메소드

public __construct ( $name, $translation = null, $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

getClass() 공개 메소드

public getClass ( )

getDefault() 공개 메소드

public getDefault ( )

getDisabled() 공개 메소드

public getDisabled ( )

getEditable() 공개 메소드

public getEditable ( )

getMetadata() 공개 메소드

public getMetadata ( )

getMinWidth() 공개 메소드

public getMinWidth ( )

getName() 공개 메소드

public getName ( )

getSortable() 공개 메소드

public getSortable ( )

getTranslation() 공개 메소드

public getTranslation ( )

getType() 공개 메소드

public getType ( )

getWidth() 공개 메소드

public getWidth ( )

setMetadata() 공개 메소드

Sets metadata for property.
public setMetadata ( PropertyMetadata $metadata )
$metadata Sulu\Component\Rest\ListBuilder\Metadata\PropertyMetadata