type = $type; } /** * @return Type|null */ public function getType() { return $this->type; } public function getHash(): string { return md5(serialize($this->type)); } }