PHP Интерфейс Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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