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

Method write

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

Source from the content-addressed store, hash-verified

4804{
4805 public function __construct(public string $ink = 'black') {}
4806 public function write(): string { return ''; }
4807 public function color(): string { return $this->ink; }
4808 public function label(): string { return 'pen'; }
4809 /** @return static */

Callers 15

_send_rawMethod · 0.80
run_hello_worldFunction · 0.80
run_laravel_modelFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runFunction · 0.80
runFunction · 0.80
populate_method_storeMethod · 0.80
populate_gti_indexMethod · 0.80
evict_gti_for_fqnsMethod · 0.80

Calls

no outgoing calls