file = $file; $this->module = $module; $this->context = Context::getContext(); $this->_path = $path; } public function run() { $html = $this->module->display($this->file, 'getContent.tpl'); return $html; } }