wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
SimpleLongTaskController Class Reference
+ Inheritance diagram for SimpleLongTaskController:

Public Member Functions

 getNumberOfSteps ()
 
 getDisplayText ($step)
 
 getSummaryText ()
 
 processPart ()
 
- Public Member Functions inherited from LongTaskController
 initialize (&$request, &$response)
 
 hasView ()
 
 executeKernel ()
 
 getStepNumber ()
 
 getNumberOfSteps ()
 
 getDisplayText ($step)
 
 getSummaryText ()
 
 initializeTask ()
 
 processPart ()
 
- Public Member Functions inherited from Controller
 Controller (&$delegate)
 
 initialize (&$request, &$response)
 
 validate ()
 
 hasView ()
 
 execute ()
 
 executeKernel ()
 
 getErrorMsg ()
 
 setErrorMsg ($msg)
 
 appendErrorMsg ($msg)
 
getRequest ()
 
getResponse ()
 
getView ()
 
getDelegate ()
 
 getViewTemplate ($controller, $context, $action)
 
 getCacheId ()
 
 assignViewDefaults (&$view)
 
 isLocalizedRequest ()
 

Public Attributes

 $NUM_STEPS = 10
 
- Public Attributes inherited from LongTaskController
 $STEP_SESSION_VARNAME = 'LongTaskController.curStep'
 
 $ONE_CALL_SESSION_VARNAME = 'LongTaskController.oneCall'
 
 $_curStep = 1
 
- Public Attributes inherited from Controller
 $_request = null
 
 $_response = null
 
 $_errorMsg = ''
 
 $_view = null
 
 $_delegate = null
 

Detailed Description

SimpleLongTaskController is a controller demonstrating the use of LongTaskController for cutting a long task into a fixed number of smaller tasks.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.SimpleLongTaskController.php 1462 2014-02-04 23:52:27Z iherwig
Note
This is an example implementation that creates 10 files

Input actions:

Output actions:

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 38 of file class.SimpleLongTaskController.php.

Member Function Documentation

SimpleLongTaskController::getNumberOfSteps ( )
SimpleLongTaskController::getDisplayText (   $step)
SimpleLongTaskController::getSummaryText ( )
See Also
LongTaskController::getSummaryText() The default implementation returns an empty string

Definition at line 61 of file class.SimpleLongTaskController.php.

SimpleLongTaskController::processPart ( )
See Also
LongTaskController::processPart()

Definition at line 68 of file class.SimpleLongTaskController.php.

References LongTaskController\getStepNumber().

+ Here is the call graph for this function:

Member Data Documentation

SimpleLongTaskController::$NUM_STEPS = 10

Definition at line 41 of file class.SimpleLongTaskController.php.

Referenced by getNumberOfSteps().


The documentation for this class was generated from the following file: