MorphOne::morphMap()
  • References/PHP/Laravel/Database/Eloquent/Relations

static array morphMap(array $map = null, bool $merge = true) Set

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

static mixed noConstraints(Closure $callback)

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

void offsetSet(mixed $key, mixed $value) Set the item at a given offset

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

void addObservableEvents(array|mixed $observables) Add an observable event

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

static Builder onWriteConnection()

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

mixed first(array $columns = array('*')) Execute the query and get the

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

Model newFromBuilder(array $attributes = array(), string|null

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

string getTable() Get the table associated with the model.

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

bool __isset(string $key) Determine if an attribute or relation exists

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

abstract mixed getResults() Get the results of the relationship

2025-01-10 15:47:30