Ookma-Kyi Core

UserNotificationPreferenceController extends Controller
in package

Table of Contents

Methods

__construct()  : mixed
Class constructor
edit()  : Response
Show the form for editing the user's notification preference resource.
index()  : Response
Display a listing of the user notification preferences resource.
update()  : RedirectResponse
Update the user notification preference resource in storage.

Methods

update()

Update the user notification preference resource in storage.

public update(UpdateUserNotificationPreferenceRequest $request, UserNotificationPreference $usernotificationpreference) : RedirectResponse
Parameters
$request : UpdateUserNotificationPreferenceRequest

user submitted form response

$usernotificationpreference : UserNotificationPreference

user notification preference to update

Return values
RedirectResponse

redirect to the index page of user notification preferences on success


        
On this page

Search results