event_handler = $event_handler; } public function load_template($name) { $template = new $name($this->event_handler); return $template; } }