PHP 인터페이스 Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface

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

공개 메소드들

메소드 설명
compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other ) : boolean Compares current instance of FieldDescriptor with another instance.
getClass ( ) : string
getDefault ( ) : boolean
getDisabled ( ) : boolean Returns whether the field is disabled or not.
getEditable ( ) : boolean
getMetadata ( ) : PropertyMetadata
getMinWidth ( ) : string
getName ( ) : string Returns the name of the field.
getSortable ( ) : boolean
getTranslation ( ) : string Returns the translation code of the field.
getType ( ) : string Returns the type of the field.
getWidth ( ) : string Returns the width of the field.

메소드 상세

compare() 공개 메소드

Compares current instance of FieldDescriptor with another instance.
public compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other ) : boolean
$other Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
리턴 boolean

getClass() 공개 메소드

public getClass ( ) : string
리턴 string

getDefault() 공개 메소드

public getDefault ( ) : boolean
리턴 boolean

getDisabled() 공개 메소드

Returns whether the field is disabled or not.
public getDisabled ( ) : boolean
리턴 boolean

getEditable() 공개 메소드

public getEditable ( ) : boolean
리턴 boolean

getMetadata() 공개 메소드

public getMetadata ( ) : PropertyMetadata
리턴 Sulu\Component\Rest\ListBuilder\Metadata\PropertyMetadata

getMinWidth() 공개 메소드

public getMinWidth ( ) : string
리턴 string

getName() 공개 메소드

Returns the name of the field.
public getName ( ) : string
리턴 string

getSortable() 공개 메소드

public getSortable ( ) : boolean
리턴 boolean

getTranslation() 공개 메소드

Returns the translation code of the field.
public getTranslation ( ) : string
리턴 string

getType() 공개 메소드

Returns the type of the field.
public getType ( ) : string
리턴 string

getWidth() 공개 메소드

Returns the width of the field.
public getWidth ( ) : string
리턴 string