PHP Interface Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface

Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getClass() public méthode

public getClass ( ) : string
Résultat string

getDefault() public méthode

public getDefault ( ) : boolean
Résultat boolean

getDisabled() public méthode

Returns whether the field is disabled or not.
public getDisabled ( ) : boolean
Résultat boolean

getEditable() public méthode

public getEditable ( ) : boolean
Résultat boolean

getMetadata() public méthode

public getMetadata ( ) : PropertyMetadata
Résultat Sulu\Component\Rest\ListBuilder\Metadata\PropertyMetadata

getMinWidth() public méthode

public getMinWidth ( ) : string
Résultat string

getName() public méthode

Returns the name of the field.
public getName ( ) : string
Résultat string

getSortable() public méthode

public getSortable ( ) : boolean
Résultat boolean

getTranslation() public méthode

Returns the translation code of the field.
public getTranslation ( ) : string
Résultat string

getType() public méthode

Returns the type of the field.
public getType ( ) : string
Résultat string

getWidth() public méthode

Returns the width of the field.
public getWidth ( ) : string
Résultat string