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

Inheritance: extends Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method 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 method

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

getSearch() public method

Returns the where statement for search.
public getSearch ( ) : string
return string

getSelect() public method

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

getWhere() public method

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