| 1 | <?php |
||
| 10 | class Responder |
||
| 11 | {
|
||
| 12 | /** |
||
| 13 | * @param $content |
||
| 14 | * @param $response |
||
| 15 | * @param array $headers |
||
| 16 | * @return mixed |
||
| 17 | */ |
||
| 18 | public static function getJsonResponse($content, $response, $headers = []) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param array $headers |
||
| 30 | * @param $content |
||
| 31 | * @param $response |
||
| 32 | * @return mixed |
||
| 33 | */ |
||
| 34 | public static function getResponse($headers = [], $content, $response) |
||
| 55 | |||
| 56 | } |