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

Inheritance: extends AbstractDoctrineFieldDescriptor
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( array $fieldDescriptors, $name, $translation = null, $glue = ' ', $disabled = false, $default = false, $type = '', $width = '', $minWidth = '', $sortable = true, $editable = false, $cssClass = '' )
getJoins ( ) : DoctrineJoinDescriptor[] Returns all the joins required for this field.
getSelect ( ) : string Returns the select statement for this field without the alias.

Method Details

__construct() public method

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

getJoins() public method

Returns all the joins required for this field.
public getJoins ( ) : DoctrineJoinDescriptor[]
return DoctrineJoinDescriptor[]

getSelect() public method

Returns the select statement for this field without the alias.
public getSelect ( ) : string
return string