()
| 76 | } |
| 77 | |
| 78 | public static function getActiveId(): string |
| 79 | { |
| 80 | self::init(); |
| 81 | return self::$activeId ?: self::DEFAULT_ID; |
| 82 | } |
| 83 | |
| 84 | public static function setActiveId(string $id, bool $persistSession = false, bool $allowDisabled = false): void |
| 85 | { |
no test coverage detected