class UserTasksController extends Controller

Class UserTasksController

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

__construct(Transformer $transformer)

UserTasksController constructor.

Response
index($id)

Display a listing of the resource.

Response
create()

Show the form for creating a new resource.

Response
store(Request $request, $id)

Store a newly created resource in storage.

Response
show($id_user, $id_task)

Display the specified resource.

Response
edit(int $id)

Show the form for editing the specified resource.

Response
update(Request $request, int $id)

Update the specified resource in storage.

Response
destroy($id_user, $id_task)

Remove the specified resource from storage.

Details

at line line 19
__construct(Transformer $transformer)

UserTasksController constructor.

Parameters

Transformer $transformer

at line line 29
Response index($id)

Display a listing of the resource.

Parameters

$id

Return Value

Response

at line line 45
Response create()

Show the form for creating a new resource.

Return Value

Response

at line line 57
Response store(Request $request, $id)

Store a newly created resource in storage.

Parameters

Request $request
$id

Return Value

Response

at line line 75
Response show($id_user, $id_task)

Display the specified resource.

Parameters

$id_user
$id_task

Return Value

Response

at line line 89
Response edit(int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

at line line 102
Response update(Request $request, int $id)

Update the specified resource in storage.

Parameters

Request $request
int $id

Return Value

Response

at line line 115
Response destroy($id_user, $id_task)

Remove the specified resource from storage.

Parameters

$id_user
$id_task

Return Value

Response