AbstractSave
Abstract contract for REST persistence helpers.
- Full name:
\PhalconKit\Mvc\Controller\Traits\Abstracts\Query\AbstractSave
Methods
save
Persist the current request payload.
public save(string|null $forceMode = null): array<string,mixed>
- This method is abstract. Parameters:
| Parameter | Type | Description |
|---|---|---|
$forceMode | string|null | Optional persistence mode such as |
create or update. |