Create a single new table
Cleans the cache when a new tables was created
| package | Gems |
|---|---|
| subpackage | Task_Db |
| copyright | Copyright (c) 2011 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.5.2 |
| inherited_from | \Gems_Task_TaskAbstract |
checkRegistryRequestsAnswers() : boolean
booleanexecute($tableData = array())
The parameters should be optional and failing to provide them should be handled by the task
| inherited_from | \Gems_Task_TaskAbstract::execute() |
|---|
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
$db : \Zend_Db_Adapter_Abstract
$dbaModel : \Gems_Model_DbaModel
$escort : \GemsEscort
$loader : \Gems_Loader
$project : \Gems_Project_ProjectSettings
$translate : \Zend_Translate_Adapter
$_batch : \MUtil_Task_TaskBatch