()
| 4282 | } |
| 4283 | |
| 4284 | public function isActive(): bool |
| 4285 | { |
| 4286 | return $this === self::Active; |
| 4287 | } |
| 4288 | |
| 4289 | /** Returns the raw backing value of the Active case. */ |
| 4290 | public static function defaultValue(): string |
no outgoing calls
no test coverage detected