MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / defaultValue

Method defaultValue

examples/demo.php:4290–4293  ·  view source on GitHub ↗

Returns the raw backing value of the Active case. */

()

Source from the content-addressed store, hash-verified

4288
4289 /** Returns the raw backing value of the Active case. */
4290 public static function defaultValue(): string
4291 {
4292 return self::Active->value; // self::CaseName->value resolved
4293 }
4294}
4295
4296enum Priority: int

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected