Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/nunomaduro/larastan/stubs/Model.stub
Назад
<?php namespace Illuminate\Database\Eloquent; /** * @implements \ArrayAccess<string, mixed> */ abstract class Model implements \JsonSerializable, \ArrayAccess { /** * @var array<string, string> */ protected $casts = []; /** * @var list<string> */ protected $hidden = []; /** * @var list<string> */ protected $visible = []; /** * Update the model in the database. * * @param array<model-property<static>, mixed> $attributes * @param array<int|string, mixed> $options * @return bool */ public function update(array $attributes = [], array $options = []); /** * Begin querying a model with eager loading. * * @param string|array<int|string, (\Closure)|string|array<int|string, string>> $relations * @return \Illuminate\Database\Eloquent\Builder<static> */ public static function with($relations); } class ModelNotFoundException extends \RuntimeException {}
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка