FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\UI\Api\Controllers\ConfController Class Reference
Inheritance diagram for Fossology\UI\Api\Controllers\ConfController:
Inheritance graph
Collaboration diagram for Fossology\UI\Api\Controllers\ConfController:
Collaboration graph

Public Member Functions

 getConfInfo ($request, $response, $args)
 
 updateConfData ($request, $response, $args)
 
- Public Member Functions inherited from Fossology\UI\Api\Controllers\RestController
 __construct ($container)
 

Additional Inherited Members

- Protected Member Functions inherited from Fossology\UI\Api\Controllers\RestController
 getParsedBody (ServerRequestInterface $request)
 Parse request body as JSON and return associative PHP array. More...
 
 throwNotAdminException ()
 
 uploadAccessible ($id)
 
 isItemExists (int $uploadId, int $itemId)
 
- Protected Attributes inherited from Fossology\UI\Api\Controllers\RestController
 $container
 
 $restHelper
 
 $dbHelper
 

Detailed Description

Definition at line 24 of file ConfController.php.

Member Function Documentation

◆ getConfInfo()

Fossology\UI\Api\Controllers\ConfController::getConfInfo (   $request,
  $response,
  $args 
)

Get all conf info for a particular upload

Parameters
ServerRequestInterface$request
ResponseHelper$response
array$args
Returns
ResponseHelper
Exceptions
HttpErrorException

Definition at line 35 of file ConfController.php.

◆ updateConfData()

Fossology\UI\Api\Controllers\ConfController::updateConfData (   $request,
  $response,
  $args 
)

Update config data for the admin

Parameters
ServerRequestInterface$request
ResponseHelper$response
array$args
Returns
ResponseHelper
Exceptions
HttpErrorException

Definition at line 54 of file ConfController.php.


The documentation for this class was generated from the following file: