Documentation

UpdateUserProfileInformation
in package
implements UpdatesUserProfileInformation

Interfaces, Classes, Traits and Enums

UpdatesUserProfileInformation

Table of Contents

update()  : void
Validate and update the given user's profile information.
updateVerifiedUser()  : void
Update the given verified user's profile information.

Methods

update()

Validate and update the given user's profile information.

public update(mixed $user, array<string|int, mixed> $input) : void
Parameters
$user : mixed
$input : array<string|int, mixed>
Return values
void

updateVerifiedUser()

Update the given verified user's profile information.

protected updateVerifiedUser(mixed $user, array<string|int, mixed> $input) : void
Parameters
$user : mixed
$input : array<string|int, mixed>
Return values
void

Search results