referenceNo = $referenceNo; $this->name = $name; $this->type = $type; } /** * @return int */ public function getReferenceNo(): int { return $this->referenceNo; } /** * @return string */ public function getName(): string { return $this->name; } /** * @return int */ public function getType(): int { return $this->type; } }