1 | <?php |
||
22 | abstract class Key extends Cli |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * (non-PHPDoc) |
||
27 | * |
||
28 | * @see \phpbu\App\Backup\Crypter |
||
29 | * @param \phpbu\App\Backup\Target $target |
||
30 | 7 | * @param \phpbu\App\Result $result |
|
31 | * @throws Exception |
||
32 | 7 | */ |
|
33 | public function crypt(Target $target, Result $result) |
||
44 | |||
45 | /** |
||
46 | * Return an absolute path relative to the used file. |
||
47 | * |
||
48 | * @param string $path |
||
49 | * @param string $default |
||
50 | * @return string |
||
51 | */ |
||
52 | protected function toAbsolutePath($path, $default = null) |
||
56 | } |
||
57 |