companyModule = $companyModule; $this->user = $user; $this->roleId = $roleId; $this->status = $status; } /** * @return CompanyModule */ public function getCompanyModule(): CompanyModule { return $this->companyModule; } /** * @return User */ public function getUser(): User { return $this->user; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @return int */ public function getRoleId(): int { return $this->roleId; } }