Illuminate/Database/Eloquent/Model

From Woozle Writes Code
< Illuminate‎ | Database‎ | Eloquent
Revision as of 16:11, 4 June 2023 by Woozle (talk | contribs) (Created page with "{{fmt/title|<u>Illuminate\Database\Eloquent\Model</u> class}} * '''defined in''': [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Model.php GitHub: 10.x] * '''defined as''': <syntaxhighlight lang=php inline>abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToString, HasBroadcastChannel, Jsonable, JsonSerializable, QueueableEntity, UrlRoutable</syntaxhighlight> * '''documentation''': ** [https://laravel.com/api/10...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Illuminate\Database\Eloquent\Model class
  • defined in: GitHub: 10.x
  • defined as: abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToString, HasBroadcastChannel, Jsonable, JsonSerializable, QueueableEntity, UrlRoutable
  • documentation: