FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Base controller for REST calls. More...
Public Member Functions | |
__construct ($container) | |
Protected Attributes | |
$container | |
$restHelper | |
$dbHelper | |
Base controller for REST calls.
Definition at line 36 of file RestController.php.
Fossology\UI\Api\Controllers\RestController::__construct | ( | $container | ) |
Constructor for base controller
ContainerInterface | $container |
Definition at line 60 of file RestController.php.
|
protected |
Slim container
Definition at line 42 of file RestController.php.
|
protected |
DB helper object in use
Definition at line 54 of file RestController.php.
|
protected |
Rest helper object in use
Definition at line 48 of file RestController.php.