class PermissionsResponseHandler

Class PermissionsResponseHandler is used to retrieve permission data

Methods

__construct(PermissionsManager $PermissionsManager, Framework $Framework)

No description

Redirect
executeStore(array $input)

Executes store permission method in PermissionsManager and properly handles the response.

Redirect
executeUpdate($input)

Executes update permission method in PermissionsManager and handles the response accordingly.

Redirect
executeDestroy(string $condition)

Executes destroy permission method in PermissionsManager and properly handles the response.

Details

at line 14
__construct(PermissionsManager $PermissionsManager, Framework $Framework)

Parameters

PermissionsManager $PermissionsManager
Framework $Framework

at line 27
Redirect executeStore(array $input)

Executes store permission method in PermissionsManager and properly handles the response.

Parameters

array $input

Return Value

Redirect

at line 49
Redirect executeUpdate($input)

Executes update permission method in PermissionsManager and handles the response accordingly.

Parameters

$input

Return Value

Redirect

at line 70
Redirect executeDestroy(string $condition)

Executes destroy permission method in PermissionsManager and properly handles the response.

Parameters

string $condition

Return Value

Redirect