@@ -89,6 +89,9 @@ discard block |
||
89 | 89 | |
90 | 90 | //end handleOptions() |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $what |
|
94 | + */ |
|
92 | 95 | protected function upload($what) |
93 | 96 | { |
94 | 97 | $localPath = Config::get('db-exporter.export_path.'.$what); |
@@ -122,6 +125,9 @@ discard block |
||
122 | 125 | |
123 | 126 | //end upload() |
124 | 127 | |
128 | + /** |
|
129 | + * @return string|null |
|
130 | + */ |
|
125 | 131 | protected function getDiskName() |
126 | 132 | { |
127 | 133 | // For now static from he config file. |