company = $company; $this->type = $type; } /** * @return Company */ public function getCompany(): Company { return $this->company; } /** * @return int */ public function getType(): int { return $this->type; } }