value, array: $_SESSION)) { return $_SESSION[$target->value]; } die(); } public static function Set(SessionElement $target, mixed $newValue): void { self::Start(); $_SESSION[$target->value] = $newValue; } }