create($subclass); $task->doInit(); $task->process(); } } /** * Overload this method to contain the task logic. */ public function process() { } }