PHP Интерфейс Sulu\Component\Rest\ListBuilder\Expression\ConjunctionExpressionInterface

Наследование: extends ExpressionInterface
Показать файл Открыть проект

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

Метод Описание
getExpressions ( ) : ExpressionInterface[] Array of expressions which will be combined.
getFieldNames ( ) : array Returns an array of the used field names of the current expression and all subexpressions.

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

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

Array of expressions which will be combined.
public getExpressions ( ) : ExpressionInterface[]
Результат ExpressionInterface[]

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

Returns an array of the used field names of the current expression and all subexpressions.
public getFieldNames ( ) : array
Результат array