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

Inheritance: extends ExpressionInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 méthode

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

getFieldNames() public méthode

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