PHP Класс Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptor

Наследование: extends AbstractDoctrineFieldDescriptor
Показать файл Открыть проект

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

Метод Описание
__construct ( $fieldName, $name, $entityName, $translation = null, $joins = [], $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other )
getEntityName ( ) : string Returns the name of the entity this field is contained in.
getFieldName ( ) : string Returns the alias for the field in the database.
getJoins ( ) : array Returns all the joins which are necessary to access this field.
getSelect ( )

Описание методов

__construct() публичный Метод

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

compare() публичный Метод

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

getEntityName() публичный Метод

Returns the name of the entity this field is contained in.
public getEntityName ( ) : string
Результат string

getFieldName() публичный Метод

Returns the alias for the field in the database.
public getFieldName ( ) : string
Результат string

getJoins() публичный Метод

Returns all the joins which are necessary to access this field.
public getJoins ( ) : array
Результат array

getSelect() публичный Метод

public getSelect ( )