/**
  * _installPreferences
  * 
  * @param   void
  * 
  * @return  void
  **/
 private function _installPreferences()
 {
     Playermap_InstallUtils::installAllOfConfigs($this->_mXoopsModule, $this->mLog);
 }