| 1 | <?php |
||
| 12 | class FundinfoRequestTransformation implements RequestTransformationInterface |
||
| 13 | { |
||
| 14 | /** @var array */ |
||
| 15 | private $configuration; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * FundinfoRequestTransformation constructor. |
||
| 19 | * |
||
| 20 | * @param array $configuration |
||
| 21 | */ |
||
| 22 | public function __construct(array $configuration) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritDoc |
||
| 29 | */ |
||
| 30 | public function transformRequest(Request $requestIn, Request $requestOut) |
||
| 51 | } |
||
| 52 |