group = $group; } /** * @return IGroup * @since 18.0.0 */ public function getGroup(): IGroup { return $this->group; } }