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

Method open

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

Source from the content-addressed store, hash-verified

4752class Gift
4753{
4754 public function open(): string { return 'surprise!'; }
4755 public function getTag(): string { return 'birthday'; }
4756}
4757

Callers 4

setup_laravelFunction · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected