1 | <?php |
||
8 | class UnlinkOperation implements OperationInterface |
||
9 | { |
||
10 | protected $relativePath; |
||
11 | |||
12 | public function __construct(string $relativePath) |
||
16 | |||
17 | public function getRelativePath(): string |
||
21 | |||
22 | public function execute(string $localBasePath, FileReader $fileReader, VaultLayoutInterface $vaultLayout): bool |
||
37 | |||
38 | /** |
||
39 | * @codeCoverageIgnore |
||
40 | */ |
||
41 | public function __toString(): string |
||
45 | } |
||
46 |