ServiceStatusSubmission
in package
Handles submission of the update service status form.
Updates the status of the booked service.
Tags
Table of Contents
Methods
- __construct() : mixed
- Constructor method.
Methods
__construct()
Constructor method.
public
__construct(array<string|int, mixed> $post_data, array<string|int, mixed>|null $files_data) : mixed
Parameters
- $post_data : array<string|int, mixed>
-
The POST data.
- $files_data : array<string|int, mixed>|null
-
The FILES data.