PHP 클래스 MetaModels\Filter\Rules\Condition\ConditionAnd

상속: extends MetaModels\Filter\FilterRule
파일 보기 프로젝트 열기: metamodels/core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$arrChildFilters MetaModels\Filter\IFilter[] The list of child filters that shall be evaluated.

공개 메소드들

메소드 설명
addChild ( MetaModels\Filter\IFilter $objFilter ) : ConditionAnd Adds a child filter to this rule that will get evaluated when this rule is evaluated.
getMatchingIds ( )

메소드 상세

addChild() 공개 메소드

Adds a child filter to this rule that will get evaluated when this rule is evaluated.
public addChild ( MetaModels\Filter\IFilter $objFilter ) : ConditionAnd
$objFilter MetaModels\Filter\IFilter The filter to add as child.
리턴 ConditionAnd

getMatchingIds() 공개 메소드

public getMatchingIds ( )

프로퍼티 상세

$arrChildFilters 보호되어 있는 프로퍼티

The list of child filters that shall be evaluated.
protected IFilter[],MetaModels\Filter $arrChildFilters
리턴 MetaModels\Filter\IFilter[]