Controller managing administrative routes and data moderation tools.
More...
|
| | __construct () |
| |
| | getUsers () |
| | Retrieves the entire user catalog securely.
|
| |
| | deleteUser (string $id) |
| | Facilitates cascade deletion of a user record and its associated history.
|
| |
| | updateUser (string $id) |
| | Updates internal role permissions associated with target User entity.
|
| |
| | getStats () |
| | Computes generalized statistical counters and weekly load analytics.
|
| |
Controller managing administrative routes and data moderation tools.
◆ __construct()
| App\Controllers\AdminController::__construct |
( |
| ) |
|
◆ deleteUser()
| App\Controllers\AdminController::deleteUser |
( |
string | $id | ) |
|
Facilitates cascade deletion of a user record and its associated history.
- Parameters
-
| string | $id | Target User ID parameter. |
◆ getStats()
| App\Controllers\AdminController::getStats |
( |
| ) |
|
Computes generalized statistical counters and weekly load analytics.
◆ getUsers()
| App\Controllers\AdminController::getUsers |
( |
| ) |
|
Retrieves the entire user catalog securely.
◆ updateUser()
| App\Controllers\AdminController::updateUser |
( |
string | $id | ) |
|
Updates internal role permissions associated with target User entity.
- Parameters
-
| string | $id | Database ID for the target user. |
◆ $db
| PDO App\Controllers\AdminController::$db |
|
private |
The documentation for this class was generated from the following file: