103 $task =
new $className($gui);
115 return 'il' . $this->moduleName . ucfirst($task) .
'Task';
125 return $this->moduleBasePath .
'/' . $this->relativeClassPath .
'/' .
126 $this->relativeTaskPath .
'/class.' . $this->
getTaskClassName($task) .
'.php';