name = $name; $this->company_module_id = $company_module_id; } /** * @return string */ public function getName(): string { return $this->name; } /** * @return string */ public function getCompanyModuleId(): string { return $this->company_module_id; } }