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