PHP Интерфейс Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor\DoctrineFieldDescriptorInterface

Наследование: extends Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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).

Описание методов

getJoins() публичный Метод

Returns all the joins required for this field.
public getJoins ( ) : DoctrineJoinDescriptor[]
Результат DoctrineJoinDescriptor[]

getSearch() публичный Метод

Returns the where statement for search.
public getSearch ( ) : string
Результат string

getSelect() публичный Метод

Returns the select statement for this field without the alias.
public getSelect ( ) : string
Результат string

getWhere() публичный Метод

Returns a simple select statement (for where statements as an example).
public getWhere ( ) : string
Результат string