0
OP New Sysop Apr 18, 2026 12:03pm (edited 29x) view history

Source: src/Controllers/AdminUserController.php

Overview

No class-level docblock. Add one at the top of the file.

Extends: App\Controllers\BaseController Uses traits: App\Controllers\Concerns\ModifiesUsers

Public methods

index(): void

List users with search/filter/pagination.

show(string $id): void

Show user detail with login history and sessions.

edit(string $id): void

Show edit form for a user.

update(string $id): void

Process profile update — handles ALL fields from the edit form.

create(): void

Undocumented.

store(): void

Store a new user created by an admin.

bulkAction(): void

Bulk action on multiple users (ban or suspend).

exportCsv(): void

Export users as CSV.

deleteUser(string $id): void

Permanently delete a user and all related records.


Auto-generated from source by bin/sync-class-docs.php on 2026-04-21 09:56 CDT. Re-runs overwrite this thread body.


. __  ____   ___ ____  _     _     
 / /_| ___| / _ \___ \(_)___| |__  
| '_ \___ \| | | |__) | / __| '_ \ 
| (_) |__) | |_| / __/| \__ \ | | |
 \___/____/ \___/_____|_|___/_| |_|
        D2sk - Sysop

Log in or register to reply to this thread.