MCPcopy Index your code
hub / github.com/PHPantom-dev/phpantom_lsp / count

Method count

examples/demo.php:4900–4900  ·  view source on GitHub ↗
(int $n)

Source from the content-addressed store, hash-verified

4898{
4899 public function create(): User { return new User('', ''); }
4900 public function count(int $n): static { return $this; }
4901 public function state(array $state): static { return $this; }
4902 public function make(): User { return new User('', ''); }
4903}

Calls

no outgoing calls