PHP Class Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineIdentityFieldDescriptor

Inheritance: extends AbstractDoctrineFieldDescriptor
Mostrar archivo Open project: sulu/sulu

Public Methods

Method Description
__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 ( )
getSelect ( )

Method Details

__construct() public method

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

compare() public method

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

getEntityName() public method

Returns the name of the entity this field is contained in.
public getEntityName ( ) : string
return string

getFieldName() public method

Returns the alias for the field in the database.
public getFieldName ( ) : string
return string

getJoins() public method

public getJoins ( )

getSelect() public method

public getSelect ( )