You are here

protected property RulesConditionalSwitch::$interceptMethods in Conditional Rules 8

Same name and namespace in other branches
  1. 7 includes/rules_conditional.plugin.inc \RulesConditionalSwitch::interceptMethods

Intercepts calls to "case" and "defaultCase".

Type: array

Overrides RulesConditionalContainer::$interceptMethods

File

includes/rules_conditional.plugin.inc, line 167
Rules plugin implementation.

Class

RulesConditionalSwitch
Switch conditional container.

Code

protected $interceptMethods = array(
  'case',
  'defaultCase',
);