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

Method getDisplayName

examples/demo.php:4485–4488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4483 }
4484
4485 public function getDisplayName(): string
4486 {
4487 return $this->user->getName() . ' (' . $this->user->getEmail() . ')';
4488 }
4489}
4490
4491final class AdminUser extends User

Callers 5

getFileDescriptionMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80

Calls 2

getEmailMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected