PHP Interface Sulu\Component\Rest\ListBuilder\Expression\ConjunctionExpressionInterface

Inheritance: extends ExpressionInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
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.

Method Details

getExpressions() public method

Array of expressions which will be combined.
public getExpressions ( ) : ExpressionInterface[]
return ExpressionInterface[]

getFieldNames() public method

Returns an array of the used field names of the current expression and all subexpressions.
public getFieldNames ( ) : array
return array