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

Method getCanvas

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

Source from the content-addressed store, hash-verified

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->
4837 public static function find(int $id): ?static { return null; }
4838}

Callers 3

demoMethod · 0.80
demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected