| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class FileOutputDataTransformer implements DataTransformerInterface |
||
| 24 | { |
||
| 25 | private FileDataFactory $fileDataFactory; |
||
| 26 | |||
| 27 | public function __construct(FileDataFactory $fileDataFactory) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param FileInterface $object |
||
| 34 | */ |
||
| 35 | public function transform($object, string $to, array $context = []) |
||
| 40 | } |
||
| 41 | |||
| 42 | public function supportsTransformation($data, string $to, array $context = []): bool |
||
| 47 |