class AttendancesController extends Controller

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

__construct(AttendanceRepository $repository, AttendanceValidator $validator)

No description

Response
index()

Display a listing of the resource.

Response
store(AttendanceCreateRequest $request)

Store a newly created resource in storage.

Response
show(int $id)

Display the specified resource.

Response
edit(int $id)

Show the form for editing the specified resource.

Response
update(AttendanceUpdateRequest $request, string $id)

Update the specified resource in storage.

Response
destroy(int $id)

Remove the specified resource from storage.

Details

at line line 26
__construct(AttendanceRepository $repository, AttendanceValidator $validator)

Parameters

AttendanceRepository $repository
AttendanceValidator $validator

at line line 38
Response index()

Display a listing of the resource.

Return Value

Response

at line line 61
Response store(AttendanceCreateRequest $request)

Store a newly created resource in storage.

Parameters

AttendanceCreateRequest $request

Return Value

Response

at line line 98
Response show(int $id)

Display the specified resource.

Parameters

int $id

Return Value

Response

at line line 119
Response edit(int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

at line line 135
Response update(AttendanceUpdateRequest $request, string $id)

Update the specified resource in storage.

Parameters

AttendanceUpdateRequest $request
string $id

Return Value

Response

at line line 172
Response destroy(int $id)

Remove the specified resource from storage.

Parameters

int $id

Return Value

Response