triggers)) { $this->triggers[$action] = array(); } if (!array_key_exists($slot, $this->triggers[$action])) { $this->triggers[$action][$slot] = array(); } $this->triggers[$action][$slot][$nsname] = array($name, $path, $nsname); } // }}} // {{{ getTriggers function getTriggers($action, $slot) { return $this->triggers[$action][$slot]; } // }}} } ?>