submit_delete()
public function submit_delete(): void
Description
Handles the deletion of a specific user record and related entries based on the given update ID. Performs the deletion of related records from 'trongate_users' and 'trongate_administrators' tables. Redirects to the management page after successful deletion.
Parameters
| Parameter | Type | Description | Default | Required |
|---|---|---|---|---|
| This method does not take any parameters. | ||||
Return Value
| Type | Description |
|---|---|
| void | This method does not return any value. |
Example Usage
// Example Usage not available for this method