type; } /** * @param string $type */ public function setType(string $type) { $this->type = $type; } }