PHP Class Sulu\Component\Rest\ListBuilder\FieldDescriptor

Inheritance: implements Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

compare() public méthode

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

getClass() public méthode

public getClass ( )

getDefault() public méthode

public getDefault ( )

getDisabled() public méthode

public getDisabled ( )

getEditable() public méthode

public getEditable ( )

getMetadata() public méthode

public getMetadata ( )

getMinWidth() public méthode

public getMinWidth ( )

getName() public méthode

public getName ( )

getSortable() public méthode

public getSortable ( )

getTranslation() public méthode

public getTranslation ( )

getType() public méthode

public getType ( )

getWidth() public méthode

public getWidth ( )

setMetadata() public méthode

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