company_id = $company_id; $this->user_id = $user_id; } /** * @return int|null */ public function getCompanyId(): ?int { return $this->company_id; } /** * @return int|null */ public function getUserId(): ?int { return $this->user_id; } }