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

Method color

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

Source from the content-addressed store, hash-verified

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 */
4810 public function rename(string $name): static { return $this; }

Callers 15

demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
findAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected