PHP Interface Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface

Inheritance: extends Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
getJoins ( ) : DoctrineJoinDescriptor[] Returns all the joins required for this field.
getSearch ( ) : string Returns the where statement for search.
getSelect ( ) : string Returns the select statement for this field without the alias.
getWhere ( ) : string Returns a simple select statement (for where statements as an example).

Method Details

getJoins() public méthode

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

getSearch() public méthode

Returns the where statement for search.
public getSearch ( ) : string
Résultat string

getSelect() public méthode

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

getWhere() public méthode

Returns a simple select statement (for where statements as an example).
public getWhere ( ) : string
Résultat string