function RulesEventSet::__construct

Overrides RulesActionContainer::__construct

File

includes/rules.plugins.inc, line 828

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;
}