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

Method setName

examples/demo.php:4357–4361  ·  view source on GitHub ↗

@return static */

(string $name)

Source from the content-addressed store, hash-verified

4355
4356 /** @return static */
4357 public function setName(string $name): static
4358 {
4359 $this->name = $name;
4360 return $this;
4361 }
4362
4363 /** @deprecated */
4364 public static function find(int $id): ?static

Callers 4

demoMethod · 0.80
demoMethod · 0.80
demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected