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