Method |
Description |
|
__construct ( App\Repositories\User\UserRepositoryContract $users, App\Repositories\Role\RoleRepositoryContract $roles, App\Repositories\Department\DepartmentRepositoryContract $departments, App\Repositories\Setting\SettingRepositoryContract $settings ) |
|
|
anyData ( ) |
|
|
clientData ( $id ) |
|
|
closedTaskData ( $id ) |
|
|
create ( ) : Response |
Show the form for creating a new resource. |
|
destroy ( integer $id ) : Response |
Remove the specified resource from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified resource. |
|
index ( ) : Response |
Display a listing of the resource. |
|
show ( integer $id ) : Response |
Display the specified resource. |
|
store ( StoreUserRequest $userRequest ) : Response |
Store a newly created resource in storage. |
|
taskData ( $id ) |
|
|
update ( integer $id, UpdateUserRequest $request ) : Response |
Update the specified resource in storage. |
|