void offsetSet(mixed $offset, mixed $value) Set the value for a given offset
void __unset(string $key) Unset an attribute on the model.
$this setMorphType(string $morphType) Set the morph type for the pivot
bool save(array $options = array()) Save the model to the database.
array getGlobalScopes() Get the global scopes for this class instance.
string getKeyName() Get the primary key for the model.
string fromDateTime(DateTime|int $value)
string getQualifiedKeyName() Get the table qualified key name.
BelongsTo belongsTo(string $related
$this setPivotKeys(string $foreignKey, string $otherKey) Set the key names
Page 70 of 87