FIle - /trunk/docs/classes/userprofiles/index.md
/trunk/docs/classes/userprofiles/index.md
|
|
739 bytes
|
|
January 20, 2025 at 08:22
|
|
App\Users\UserProfiles
Manage user profiles
- public checkAuth(): ?AuthSession.md
- public create([ array $post = [] ], [ bool $auto_login = false ]): ?User.md
- private isDemo(): bool.md
- public loadUsername(string $username, [ bool $is_deleted = false ]): ?User.md
- public loadUuid(string $uuid, [ bool $is_deleted = false ]): ?User.md
- private parseFullName(array $post): array.md
- public remove(User $user): void.md
- public update(User $user, [ array $post = [] ]): void.md
- public updateAsAdmin(User $user, array $post): void.md