PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
inpsyde
/
backwpup-restore-shared
/
src
/
Api
/
Module
/
Restore
<?php declare(strict_types=1); namespace Inpsyde\Restore\Api\Module\Restore; use Inpsyde\Restore\Api\Module\Restore\Exception\RestorePathException; /** * An interface for performing restores. * * @author Brandon Olivares <b.olivares@inpsyde.com> */ interface RestoreInterface { /** * Perform a file restore. * * @throws RestorePathException * @throws \InvalidArgumentException */ public function restore(): int; }
[+]
Exception
[-] RestoreFiles.php
[edit]
[+]
..
[-] RestoreInterface.php
[edit]
[-] ConfigRewriterInterface.php
[edit]