notification =& $oKTNotification; return true; } function do_main() { // get the notification-handler, instantiate it, call resolveNotification. return $this->notification->resolve(); } } $dispatcher =& new KTNotificationDispatcher(); $dispatcher->dispatch();