Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4491
final class AdminUser extends User
Callers
5
getFileDescription
Method · 0.80
demo
Method · 0.80
demo
Method · 0.80
demo
Method · 0.80
demo
Method · 0.80
Calls
2
getEmail
Method · 0.80
getName
Method · 0.45
Tested by
no test coverage detected