PHP Interface Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface

ファイルを表示 Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
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.

Method Details

compare() public method

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

getClass() public method

public getClass ( ) : string
return string

getDefault() public method

public getDefault ( ) : boolean
return boolean

getDisabled() public method

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

getEditable() public method

public getEditable ( ) : boolean
return boolean

getMetadata() public method

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

getMinWidth() public method

public getMinWidth ( ) : string
return string

getName() public method

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

getSortable() public method

public getSortable ( ) : boolean
return boolean

getTranslation() public method

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

getType() public method

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

getWidth() public method

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