Documentation

CompoundCondition

This contract represents a Compound Condition rule.

Table of Contents

getAllowedSubtypes()  : mixed
Returns a list of condition types (`ConditionBase::TYPE_*` constants) that can be added to this compound condition
getJoinText()  : string
Returns the text to use when joining two rules within.

Methods

getAllowedSubtypes()

Returns a list of condition types (`ConditionBase::TYPE_*` constants) that can be added to this compound condition

public getAllowedSubtypes() : mixed
Return values
mixed

getJoinText()

Returns the text to use when joining two rules within.

public getJoinText() : string
Return values
string

Search results