MorphPivot::offsetExists()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool offsetExists(mixed $offset) Determine if the given attribute exists

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

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

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

string getRelationCountHash() Get a relationship join table hash.

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

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

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
Pivot::setAppends()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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
Pivot::newInstance()
  • References/PHP/Laravel/Database/Eloquent/Relations

Model newInstance(array $attributes = array(), bool $exists

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

Builder newQuery()

2025-01-10 15:47:30