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

Method get

examples/laravel/app/Models/FrostingCast.php:7–10  ·  view source on GitHub ↗
($model, string $key, mixed $value, array $attributes)

Source from the content-addressed store, hash-verified

5class FrostingCast
6{
7 public function get($model, string $key, mixed $value, array $attributes): ?Frosting
8 {
9 return new Frosting((string) $value);
10 }
11}

Callers 7

web.phpFile · 0.45
v1.phpFile · 0.45
eloquentQueryMethod · 0.45
customCollectionMethod · 0.45
laravelConfigEnvMethod · 0.45
laravelNavigationMethod · 0.45
laravelConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected