type = $type; } /** * Get Type * * @return string * @codeCoverageIgnore */ public function getType() { return $this->type; } }