class UpdateUserActivity

Properties

protectedarray $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 line26
mixed handle(Request$request,Closure$next)

Handle an outgoing response.

Parameters

Request $request
Closure $next

Return Value

mixed

at line38
void terminate(Request$request,Response$response)

Perform any final actions for the request lifecycle.

Parameters

Request $request
Response $response

Return Value

void

at line53
protectedbool inExceptArray(Request$request)

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

Parameters

Request $request

Return Value

bool