Added options and Dropbox

This commit is contained in:
Shikiryu
2015-08-18 17:02:37 +02:00
parent bf551dd6ff
commit 41391be79c
7 changed files with 223 additions and 48 deletions

View File

@@ -8,8 +8,6 @@ class Folder extends BackupAbstract
public function __construct(array $config = array())
{
parent::__construct($config);
}
/**
@@ -19,4 +17,19 @@ class Folder extends BackupAbstract
{
// TODO: Implement isValid() method.
}
protected function preBuild()
{
// TODO: Implement preBuild() method.
}
protected function postBuild()
{
// TODO: Implement postBuild() method.
}
protected function build()
{
// TODO: Implement build() method.
}
}