CInbox (Common-Inbox)  0.1
Common functionality for ingesting files for archiving.
Public Member Functions | Public Attributes
TaskSkeleton Class Reference
Inheritance diagram for TaskSkeleton:
CITask

List of all members.

Public Member Functions

 __construct (&$CIFolder)

Public Attributes

const TASK_LABEL = 'Task Skeleton'
 TODO: Change the taskname.

Common task functions

 init ()
 run ()
 finalize ()
 loadSettings ()

Detailed Description

Skeleton to use when creating a new task. Search for the word "TODO" and follow the instructions.

Author:
Peter Bubestinger-Steindl (pb@av-rd.com)
See also:

Member Function Documentation

Actions to be performed *after* run() finished successfully;

Return values:
booleanTrue if everything went fine, False if an error occurred.

Reimplemented from CITask.

Prepare everything so it's ready for processing.

Return values:
booleanTrue if task shall proceed. False if not.

Reimplemented from CITask.

TaskSkeleton::loadSettings ( ) [protected]

Load settings from config that are relevant for this task.

Return values:
booleanTrue if everything went fine, False if an error occurred.

Reimplemented from CITask.

Perform the actual steps of this task.

Return values:
booleanTrue if task shall proceed. False if not.

Reimplemented from CITask.


The documentation for this class was generated from the following file:
 All Classes Functions Variables