/**
  * The camel case root for this module.
  *
  * This might be used to create classes for this module.
  */
 public function get_camel_case_root()
 {
     #if ($this->has_module_config_file()) {
     #	$module_config_file = $this->get_module_config_file();
     #
     #	if ($module_config_file->has_camel_case_root()) {
     #		return $module_config_file->get_camel_case_root();
     #	}
     #}
     #
     #$name_as_l_o_w = $this->get_module_name_as_l_o_w();
     #
     #return $name_as_l_o_w->get_words_as_camel_case_string();
     return HaddockProjectOrganisation_ModuleDirectoriesCamelCaseRootsHelper::get_camel_case_root($this);
 }