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

Inheritance: extends AbstractDoctrineFieldDescriptor
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 ( ) : array Returns all the joins which are necessary to access this field.
getSelect ( )

Method Details

__construct() public méthode

public __construct ( $fieldName, $name, $entityName, $translation = null, $joins = [], $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

getEntityName() public méthode

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

getFieldName() public méthode

Returns the alias for the field in the database.
public getFieldName ( ) : string
Résultat string

getJoins() public méthode

Returns all the joins which are necessary to access this field.
public getJoins ( ) : array
Résultat array

getSelect() public méthode

public getSelect ( )