DataMapper
- Full name:
\Qubus\Expressive\DataMapper\DataMapper
Methods
findAll
Parameters:
| Parameter | Type | Description |
|---|---|---|
$orderBy | string | |
$options | array |
findOne
Parameters:
| Parameter | Type | Description |
|---|---|---|
$id | int|string |
create
public create(\Qubus\Expressive\DataMapper\SerializableEntity $entity): \Qubus\Expressive\DataMapper\SerializableEntity
Parameters:
| Parameter | Type | Description |
|---|---|---|
$entity | \Qubus\Expressive\DataMapper\SerializableEntity |
update
public update(\Qubus\Expressive\DataMapper\SerializableEntity $entity): \Qubus\Expressive\DataMapper\SerializableEntity
Parameters:
| Parameter | Type | Description |
|---|---|---|
$entity | \Qubus\Expressive\DataMapper\SerializableEntity |
delete
Parameters:
| Parameter | Type | Description |
|---|---|---|
$id | int|string |
Automatically generated on 2025-10-13