final | |
|---|---|
readonly | |
implements |
ResolverBindingInterface, EntitySetSourceInterface |
Serializable binding for a table-or-view-backed entity set.
Stores the table/view name and optional connection. For sources that need implicit filters or dependency injection, use SqlSourceBinding with an EntitySetSourceInterface class instead.
| Methods | ||
|---|---|---|
public
|
__construct(string $table, ?string $connection = null)
|
# |
public
|
query(): Builder
|
# |
public
|
createResolver(): EntitySetResolverInterface
|
# |
| Properties | |||
|---|---|---|---|
public
|
string
|
$table
|
# |
public
|
?string
|
$connection
|
# |