subtype = $subtype; } /** * Get subtype * * @return int * * @since 1.0.0 */ public function getSubtype() : int { return $this->subtype; } }