type = $type; $this->number = $number; } /** * @return string */ public function getType(): string { return $this->type; } /** * @return int */ public function getNumber(): int { return $this->number; } }