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

Method demo

examples/demo.php:2233–2237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2231class ClassAliasDemo
2232{
2233 public function demo(): void
2234 {
2235 $profile = new Profile(new User('Eve', 'eve@example.com'));
2236 $profile->getDisplayName(); // Profile → UserProfile via `use ... as`
2237 }
2238}
2239
2240

Callers

nothing calls this directly

Calls 1

getDisplayNameMethod · 0.80

Tested by

no test coverage detected