Home
last modified time | relevance | path

Searched refs:getMorphType (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Relations/
H A DMorphOneOrMany.php80 $model->{$this->getMorphType()} = $this->morphClass;
94 $query->qualifyColumn($this->getMorphType()), $this->morphClass
113 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphOneOrMany
H A DMorphOne.php67 ->setAttribute($this->getMorphType(), $this->morphClass);
H A DMorphPivot.php82 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphPivot
H A DMorphToMany.php185 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphToMany
H A DMorphTo.php293 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphTo
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Relations/
H A DMorphOneOrMany.php80 $model->{$this->getMorphType()} = $this->morphClass;
94 $query->qualifyColumn($this->getMorphType()), $this->morphClass
113 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphOneOrMany
H A DMorphOne.php66 ->setAttribute($this->getMorphType(), $this->morphClass);
H A DMorphToMany.php170 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphToMany
H A DMorphTo.php253 public function getMorphType() function in Illuminate\\Database\\Eloquent\\Relations\\MorphTo
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Factories/
H A DRelationship.php51 $relationship->getMorphType() => $relationship->getMorphClass(),
H A DBelongsToRelationship.php55 …$relationship->getMorphType() => $this->factory instanceof Factory ? $this->factory->newModel()->g…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Factories/
H A DRelationship.php51 $relationship->getMorphType() => $relationship->getMorphClass(),
H A DBelongsToRelationship.php55 …$relationship->getMorphType() => $this->factory instanceof Factory ? $this->factory->newModel()->g…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DQueriesRelationships.php205 … $types = $this->model->newModelQuery()->distinct()->pluck($relation->getMorphType())->all();
223 $query->where($relation->getMorphType(), '=', (new $type)->getMorphClass())
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/
H A DQueriesRelationships.php208 …$types = $this->model->newModelQuery()->distinct()->pluck($relation->getMorphType())->filter()->al…
226 … $query->where($this->qualifyColumn($relation->getMorphType()), '=', (new $type)->getMorphClass())