class LDAPController extends Controller

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Properties

protected $LDAPService

Methods

__construct(LDAPInterface $ldapService)

LDAPController constructor.

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.

Parameters

LDAPInterface $ldapService

at line 31
Response index()

Display a listing of the resource.

Return Value

Response

at line 40
JsonResponse create(Request $request)

Parameters

Request $request

Return Value

JsonResponse

at line 50
JsonResponse store(Request $request)

Parameters

Request $request

Return Value

JsonResponse

Exceptions

ValidationException

at line 124
Response show(int $id)

Display the specified resource.

Parameters

int $id

Return Value

Response

at line 135
Response edit(int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

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

Update the specified resource in storage.

Parameters

Request $request
int $id

Return Value

Response

at line 158
Response destroy(int $id)

Remove the specified resource from storage.

Parameters

int $id

Return Value

Response