21 if (!isset($this->map[$eventCondition->module]))
23 $this->map[$eventCondition->module] =
new ModuleConditions($eventCondition->module);
26 $moduleConditions = $this->map[$eventCondition->module];
27 if ($eventCondition->event)
29 $moduleConditions->events[$eventCondition->event] = $eventCondition->event;
33 $moduleConditions->isWhole =
true;