Model::addHidden()
  • References/PHP/Laravel/Database/Eloquent

void addHidden(array|string|null $attributes = null) Add hidden attributes

2025-01-10 15:47:30
SoftDeletes::bootSoftDeletes()
  • References/PHP/Laravel/Database/Eloquent

static void bootSoftDeletes() Boot the soft deleting trait for

2025-01-10 15:47:30
Model::setAppends()
  • References/PHP/Laravel/Database/Eloquent

$this setAppends(array $appends) Set the accessors to append to model arrays

2025-01-10 15:47:30
Pivot::belongsTo()
  • References/PHP/Laravel/Database/Eloquent/Relations

BelongsTo belongsTo(string $related

2025-01-10 15:47:30
Model::getVisible()
  • References/PHP/Laravel/Database/Eloquent

array getVisible() Get the visible attributes for the model.

2025-01-10 15:47:30
Collection::getQueueableClass()
  • References/PHP/Laravel/Database/Eloquent

string|null getQueueableClass() Get the type of the entities being queued

2025-01-10 15:47:30
MorphPivot::__call()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed __call(string $method, array $parameters) Handle dynamic method calls

2025-01-10 15:47:30
MorphPivot::__get()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed __get(string $key) Dynamically retrieve attributes on the model.

2025-01-10 15:47:30
Collection::__construct()
  • References/PHP/Laravel/Database/Eloquent

void __construct(mixed $items = array()) Create a new collection.

2025-01-10 15:47:30
Model::getMorphClass()
  • References/PHP/Laravel/Database/Eloquent

string getMorphClass() Get the class name for polymorphic relations.

2025-01-10 15:47:30