type = $type; } /** * Retrieve the class type */ public function getType(): string { return $this->type; } }