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

Method query

examples/demo.php:4314–4317  ·  view source on GitHub ↗

@return static */

()

Source from the content-addressed store, hash-verified

4312{
4313 /** @return static */
4314 public static function query(): self
4315 {
4316 return new static();
4317 }
4318
4319 public function where(string $col, mixed $val): self
4320 {

Callers 2

demoMethod · 0.80
assertions.phpFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected