LDAPController
class LDAPController extends Controller
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Properties
protected | $LDAPService |
Methods
Response
index()
Display a listing of the resource.
JsonResponse
create(Request $request)
No description
JsonResponse
store(Request $request)
No description
Response
show(int $id)
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(int $id)
Remove the specified resource from storage.
Details
at line 22
__construct(LDAPInterface $ldapService)
LDAPController constructor.
at line 31
Response
index()
Display a listing of the resource.
at line 40
JsonResponse
create(Request $request)
at line 50
JsonResponse
store(Request $request)
at line 124
Response
show(int $id)
Display the specified resource.
at line 135
Response
edit(int $id)
Show the form for editing the specified resource.
at line 147
Response
update(Request $request, int $id)
Update the specified resource in storage.
at line 158
Response
destroy(int $id)
Remove the specified resource from storage.