You are here

protected property RulesConditional::$interceptMethods in Conditional Rules 7

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

Intercepts calls to "if" and "else".

Type: array

Overrides RulesConditionalContainer::$interceptMethods

File

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

Class

RulesConditional
Default if-else conditional statement.

Code

protected $interceptMethods = array(
  'if',
  'elseIf',
  'else',
);