| 1 | <?php declare(strict_types=1); |
||
| 10 | class XmlEncodeService |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var LoopInterface |
||
| 14 | */ |
||
| 15 | private $loop; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param LoopInterface $loop |
||
| 19 | */ |
||
| 20 | 1 | public function __construct(LoopInterface $loop) |
|
| 24 | |||
| 25 | public function encode(array $input): CancellablePromiseInterface |
||
| 33 | } |
||
| 34 |