PHP 인터페이스 Sulu\Component\Rest\ListBuilder\Expression\ConjunctionExpressionInterface

상속: extends ExpressionInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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