FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Override Slim response for withJson function. More...
Public Member Functions | |
withJson ($arr, int $stat=200) | |
Override Slim response for withJson function.
Definition at line 21 of file ResponseHelper.php.
Fossology\UI\Api\Helper\ResponseHelper::withJson | ( | $arr, | |
int | $stat = 200 |
||
) |
Create a JSON response from Info objects
array | $arr | Array to return |
int | $stat | Return status |
Definition at line 29 of file ResponseHelper.php.