1 | <?php |
||
9 | class WriteSynchronizationOperation implements OperationInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var Synchronization |
||
13 | */ |
||
14 | protected $synchronization; |
||
15 | |||
16 | public function __construct(Synchronization $synchronization) |
||
20 | |||
21 | public function execute(string $localBasePath, FileReader $fileReader, VaultLayoutInterface $vaultLayout): bool |
||
27 | |||
28 | /** |
||
29 | * @codeCoverageIgnore |
||
30 | */ |
||
31 | public function __toString(): string |
||
35 | } |
||
36 |