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