Diff #4 - trunk/docs/classes/admin/index.md
3,995 bytes
|
|
January 20, 2025 at 08:20
|
Diff
Index: index.md
--- index.md (nonexistent) +++ index.md (revision 4) @@ -0,0 +1,67 @@ + +# App\Webapp\Admin + +> Admin user + +* public __construct(string $full_name, string $language, string $timezone):.md +* public activate(): void.md +* public deactivate(): void.md +* public delete(): void.md +* public freeze(DateTime $unfreeze_at): void.md +* public getActivityLogCount(): int.md +* public getCreatedAt(): ?DateTime.md +* public getCurrency(): string.md +* public getEmail(): string.md +* public getFullName(): string.md +* public getLanguage(): string.md +* public getLoginHistoryCount(): int.md +* public getPassword(): string.md +* public getPhone(): string.md +* public getPhoneCountryCode(): ?string.md +* public getPhoneFormatted(): string.md +* public getPhoneNational(): ?string.md +* public getRegCity(): string.md +* public getRegCountry(): string.md +* public getRegIpAddress(): string.md +* public getRegLatitude(): float.md +* public getRegLongitude(): float.md +* public getRegProvinceISOCode(): string.md +* public getRegProvinceName(): string.md +* public getRegUserAgent(): string.md +* public getTimezone(): string.md +* public getTwoFactorFrequency(): string.md +* public getTwoFactorType(): string.md +* public getType(): string.md +* public getUnfreezeAt(): ?DateTime.md +* public getUpdatedAt(): ?DateTime.md +* public getUsername(): string.md +* public getUuid(): string.md +* public hasEmail(): bool.md +* public hasPassword(): bool.md +* public hasPhone(): bool.md +* public hasUsername(): bool.md +* public isActive(): bool.md +* public isDeleted(): bool.md +* public isEmailVerified(): bool.md +* public isFrozen(): bool.md +* public isPending(): bool.md +* public isPhoneVerified(): bool.md +* public listActivityLog([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ]): array.md +* public listDevices([ string $type = '' ]): array.md +* public listIpAllow(): array.md +* public listLoginHistory([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ]): array.md +* public staticloadUsername(string $username, [ bool $is_deleted = false ]): ?static.md +* public staticloadUuid(string $uuid, [ bool $is_deleted = false ]): ?static.md +* public prepare(): void.md +* public toArray(): array.md +* public toDisplayArray(): array.md +* public undelete(): void.md +* public unfreeze(): void.md +* public updateEmail(string $new_email, [ bool $is_verified = false ]): string.md +* public updatePassword(string $new_password, [ string $old_password = '' ], [ bool $delete_encrypted = false ]): string.md +* public updatePasswordWithMaster(string $new_password, string $master_password): void.md +* public updatePhone(string $new_phone, [ bool $is_verified = false ]): string.md +* public updateTwoFactor([ string $type = '' ], [ string $frequency = '' ]): void.md +* public updateUsername(string $new_username): string.md + +
Full Code
App\Webapp\Admin
Admin user
- public __construct(string $full_name, string $language, string $timezone):.md
- public activate(): void.md
- public deactivate(): void.md
- public delete(): void.md
- public freeze(DateTime $unfreeze_at): void.md
- public getActivityLogCount(): int.md
- public getCreatedAt(): ?DateTime.md
- public getCurrency(): string.md
- public getEmail(): string.md
- public getFullName(): string.md
- public getLanguage(): string.md
- public getLoginHistoryCount(): int.md
- public getPassword(): string.md
- public getPhone(): string.md
- public getPhoneCountryCode(): ?string.md
- public getPhoneFormatted(): string.md
- public getPhoneNational(): ?string.md
- public getRegCity(): string.md
- public getRegCountry(): string.md
- public getRegIpAddress(): string.md
- public getRegLatitude(): float.md
- public getRegLongitude(): float.md
- public getRegProvinceISOCode(): string.md
- public getRegProvinceName(): string.md
- public getRegUserAgent(): string.md
- public getTimezone(): string.md
- public getTwoFactorFrequency(): string.md
- public getTwoFactorType(): string.md
- public getType(): string.md
- public getUnfreezeAt(): ?DateTime.md
- public getUpdatedAt(): ?DateTime.md
- public getUsername(): string.md
- public getUuid(): string.md
- public hasEmail(): bool.md
- public hasPassword(): bool.md
- public hasPhone(): bool.md
- public hasUsername(): bool.md
- public isActive(): bool.md
- public isDeleted(): bool.md
- public isEmailVerified(): bool.md
- public isFrozen(): bool.md
- public isPending(): bool.md
- public isPhoneVerified(): bool.md
- public listActivityLog([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ]): array.md
- public listDevices([ string $type = '' ]): array.md
- public listIpAllow(): array.md
- public listLoginHistory([ int $start = '0' ], [ int $limit = '0' ], [ bool $sort_desc = true ]): array.md
- public staticloadUsername(string $username, [ bool $is_deleted = false ]): ?static.md
- public staticloadUuid(string $uuid, [ bool $is_deleted = false ]): ?static.md
- public prepare(): void.md
- public toArray(): array.md
- public toDisplayArray(): array.md
- public undelete(): void.md
- public unfreeze(): void.md
- public updateEmail(string $new_email, [ bool $is_verified = false ]): string.md
- public updatePassword(string $new_password, [ string $old_password = '' ], [ bool $delete_encrypted = false ]): string.md
- public updatePasswordWithMaster(string $new_password, string $master_password): void.md
- public updatePhone(string $new_phone, [ bool $is_verified = false ]): string.md
- public updateTwoFactor([ string $type = '' ], [ string $frequency = '' ]): void.md
- public updateUsername(string $new_username): string.md