final | |
|---|---|
readonly | |
implements |
ResolverBindingInterface |
Serializable binding for an Eloquent-model-backed entity set.
Stores the model class-string and creates an EloquentEntitySetResolver at runtime. This is the binding type auto-registered by discoverModel().
| Methods | ||
|---|---|---|
public
|
__construct(class-string<Model> $modelClass)
|
# |
public
|
createResolver(): EntitySetResolverInterface
|
# |
| Properties | |||
|---|---|---|---|
public
|
class-string<Model>
|
$modelClass
|
# |