Devise
Class

DeviseGroupController

class DeviseGroupController extends Controller

Methods

__construct(Group $Group, GroupsRepository $GroupsRepository)

Void index()

Render groups index

Void create()

Render group create

Response store()

Process group create form

Void edit(integer $groupId)

Render group edit

Response update(integer $groupId)

Process group edit form

Void show(integer $groupId)

Render group show

Void confirmDestroy(integer $groupId)

Render group destroy confirmation

Void postDestroy(integer $groupId)

Destroy group record

Details

at line 10
public __construct(Group $Group, GroupsRepository $GroupsRepository)

Parameters

Group $Group
GroupsRepository $GroupsRepository

at line 23
public Void index()

Render groups index

Return Value

Void

at line 37
public Void create()

Render group create

Return Value

Void

at line 48
public Response store()

Process group create form

Return Value

Response

at line 66
public Void edit(integer $groupId)

Render group edit

Parameters

integer $groupId

Return Value

Void

at line 82
public Response update(integer $groupId)

Process group edit form

Parameters

integer $groupId

Return Value

Response

at line 100
public Void show(integer $groupId)

Render group show

Parameters

integer $groupId

Return Value

Void

at line 117
public Void confirmDestroy(integer $groupId)

Render group destroy confirmation

Parameters

integer $groupId

Return Value

Void

at line 132
public Void postDestroy(integer $groupId)

Destroy group record

Parameters

integer $groupId

Return Value

Void