|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| __construct (&$CIFolder) | |
Public Attributes | |
| const | TASK_LABEL = 'Task Skeleton' |
| TODO: Change the taskname. | |
Common task functions | |
| init () | |
| run () | |
| finalize () | |
| loadSettings () | |
Skeleton to use when creating a new task. Search for the word "TODO" and follow the instructions.
Prepare everything so it's ready for processing.
| boolean | True if task shall proceed. False if not. |
Reimplemented from CITask.
| TaskSkeleton::loadSettings | ( | ) | [protected] |
Load settings from config that are relevant for this task.
| boolean | True if everything went fine, False if an error occurred. |
Reimplemented from CITask.
Perform the actual steps of this task.
| boolean | True if task shall proceed. False if not. |
Reimplemented from CITask.
1.7.6.1