helpService = $helpService; } /** * get - handle get requests */ public function get($params) { return $this->tpl->display('help.support'); } }