Executes any command in an Export class for a given $exportType
| package | Gems |
|---|---|
| subpackage | Task_Tracker |
| copyright | Copyright (c) 2011 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.5.3 |
| inherited_from | \Gems_Task_TaskAbstract |
execute(string $exportType= null, string $command= null, $params= null)
The parameters should be optional and failing to provide them should be handled by the task
| inherited_from | \Gems_Task_TaskAbstract::execute() |
|---|
stringName of export class
stringCommand to call in export class
execute()
The parameters should be optional and failing to provide them should be handled by the task
isFinished() : boolean
booleansetBatch(\MUtil_Task_TaskBatch $batch)
This method will be called from the \Gems_Task_TaskRunnerBatch upon execution of the task. It allows the task to communicate with the batch queue.
\MUtil_Task_TaskBatch
$loader : \Gems_Loader
$translate : \Zend_Translate_Adapter
$_batch : \MUtil_Task_TaskBatch