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

Method label

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

Source from the content-addressed store, hash-verified

4806 public function write(): string { return ''; }
4807 public function color(): string { return $this->ink; }
4808 public function label(): string { return 'pen'; }
4809 /** @return static */
4810 public function rename(string $name): static { return $this; }
4811 /** @return static */

Callers 9

demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
demoMethod · 0.45
runDemoAssertionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected