appbox = $appbox; $this->registry = $core->getRegistry(); $this->core = $core; $this->broker = $broker; return $this; } public function get_group() { return $this->group; } public function get_events() { return $this->events; } abstract public function get_name(); abstract public function fire($event, $params, &$object); }