Method |
Description |
|
__construct ( PermissionsManager $PermissionsManager, Framework $Framework ) |
|
|
executeDestroy ( string $condition ) : Redirect |
Executes destroy permission method in PermissionsManager
and properly handles the response. |
|
executeStore ( array $input ) : Redirect |
Executes store permission method in PermissionsManager
and properly handles the response. |
|
executeUpdate ( array $input ) : Redirect |
Executes update permission method in PermissionsManager and
handles the response accordingly. |
|