Pivot::getCreatedAtColumn()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getCreatedAtColumn() Get the name of the "created at" column.

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

bool|int update(array $attributes = array(), array $options = array()) Update

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

string getRouteKeyName() Get the route key for the model.

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

string getConnectionName() Get the current connection name for the model

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

static void deleted(Closure|string $callback, int $priority)

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

static mixed __callStatic(string $method, array $parameters) Handle

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

array toArray() Convert the model instance to an array.

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

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get

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

void addVisible(array|string|null $attributes = null) Add visible attributes

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

array attributesToArray() Convert the model's attributes to an array.

2025-01-10 15:47:30