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

Method getAny

examples/demo.php:4706–4709  ·  view source on GitHub ↗

* @template T * @param class-string ...$ids * @return T */

(string ...$ids)

Source from the content-addressed store, hash-verified

4704 * @return T
4705 */
4706 public function getAny(string ...$ids): object
4707 {
4708 return new ($ids[0])();
4709 }
4710
4711 /**
4712 * @template T

Callers 1

demoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected