Example #1
0
 /**
  * @return Gpf_Tasks_Task
  */
 protected function createTask()
 {
     $task = new Gpf_Db_Task();
     $task->setType($this->getTaskType());
     return $task;
 }