class UpdateUserActivity

Properties

protected array $except

The URIs that should be excluded from updating the user activity.

Methods

mixed
handle(Request $request, Closure $next)

Handle an outgoing response.

void
terminate(Request $request, Response $response)

Perform any final actions for the request lifecycle.

bool
inExceptArray(Request $request)

Determine if the request has a URI that should not update the user activity.

Details

at line 26
mixed handle(Request $request, Closure $next)

Handle an outgoing response.

Parameters

Request $request
Closure $next

Return Value

mixed

at line 38
void terminate(Request $request, Response $response)

Perform any final actions for the request lifecycle.

Parameters

Request $request
Response $response

Return Value

void

at line 53
protected bool inExceptArray(Request $request)

Determine if the request has a URI that should not update the user activity.

Parameters

Request $request

Return Value

bool