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