| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | 1 | class JsonpResponse extends BaseResponse |
|
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param array<mixed> $data |
||
| 22 | * @param IMapper $mapper |
||
| 23 | * @param string|null $contentType |
||
| 24 | */ |
||
| 25 | public function __construct( |
||
| 33 | 1 | } |
|
| 34 | |||
| 35 | /** |
||
| 36 | * Send JSONP response to output |
||
| 37 | * @throws InvalidArgumentException |
||
| 38 | */ |
||
| 39 | public function send(IRequest $httpRequest, nette_iresponse $httpResponse): void |
||
| 52 |