1 | <?php namespace Neomerx\Limoncello\Http; |
||
24 | abstract class FrameworkIntegration implements IntegrationInterface |
||
25 | { |
||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | 2 | public function getContent() |
|
35 | |||
36 | /** |
||
37 | * @inheritdoc |
||
38 | */ |
||
39 | 1 | public function getQueryParameters() |
|
43 | |||
44 | /** |
||
45 | * @inheritdoc |
||
46 | */ |
||
47 | 1 | public function getHeader($name) |
|
51 | } |
||
52 |