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

Method setStyle

examples/demo.php:4833–4833  ·  view source on GitHub ↗
(string $style)

Source from the content-addressed store, hash-verified

4831{
4832 public function setSize(string $size): static { return $this; }
4833 public function setStyle(string $style): static { return $this; }
4834 public function stroke(): string { return ''; }
4835 public function getCanvas(): Canvas { return new Canvas(); }
4836 protected function calibrate(): void {} // trip wire — must NOT appear on $studio->brush->

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected