company = $company; $this->user = $user; $this->status = $status; } /** * @return Company */ public function getCompany(): Company { return $this->company; } /** * @return User */ public function getUser(): User { return $this->user; } /** * @return int */ public function getStatus(): int { return $this->status; } }