notification_types[$nsname] = $className; } // FIXME insert into notification instances {PERF} function getHandler($nsname) { if (!array_key_exists($nsname, $this->notification_types)) { return null; } else { return new $this->notification_types[$nsname]; } } } ?>