|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| __construct (&$CIFolder) | |
| run () | |
| finalize () | |
Public Attributes | |
| const | TASK_LABEL = 'Rename target to final' |
| const | IS_RECURSIVE = true |
| Default (false): one task = one folder. True: The task performs actions on subfolders too. | |
Protected Member Functions | |
| mergeFiles ($sourceFolder, $targetFolder) | |
Renames the target from temporary to final.
| TaskRenameTarget::mergeFiles | ( | $ | sourceFolder, |
| $ | targetFolder | ||
| ) | [protected] |
Integrates files (not folders!) from $sourceFolder into $targetFolder. Files in source will overwrite files in target folder.
Perform the actual steps of this task.
Reimplemented from CITask.
1.7.6.1