companyId = $companyId; $this->type = $type; $this->status = $status; } /** * @return int */ public function getCompanyId(): int { return $this->companyId; } /** * @return int */ public function getType(): int { return $this->type; } /** * @return int */ public function getStatus(): int { return $this->status; } }