You are here

public function RulesEventSet::__construct in Rules 7.2

Overrides RulesActionContainer::__construct

File

includes/rules.plugins.inc, line 828
Contains plugin info and implementations not needed for rule evaluation.

Class

RulesEventSet
This class is used for caching the rules to be evaluated per event.

Code

public function __construct($info = array()) {
  $this
    ->setup();
  $this->info = $info;
}