Illuminate/Database/Eloquent/Model: Difference between revisions
< Illuminate | Database | Eloquent
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 16:11, 4 June 2023
|
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:
- 10.x class: Model
- 10.x Guide: Eloquent includes:
- Generating models
- Retrieving models